Message 306481 - Python tracker

Message306481

Author bacher09
Recipients bacher09
Date 2017-11-18.14:20:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511014836.54.0.213398074469.issue32068@psf.upfronthosting.co.za>
In-reply-to
Content
textpad isn't handling backspace key on my system and seems on others too. When I press backspace key, terminal sends `ascii.DEL` (127) and it isn't handled by textpad.

I've attached patch that fixes this, should I also create PR for this or patch is enough ?
History
Date User Action Args
2017-11-18 14:20:36bacher09setrecipients: + bacher09
2017-11-18 14:20:36bacher09setmessageid: <1511014836.54.0.213398074469.issue32068@psf.upfronthosting.co.za>
2017-11-18 14:20:36bacher09linkissue32068 messages
2017-11-18 14:20:36bacher09create