[issue23598] No backspace on curses on iTerm (mac)

2015-03-06 Thread Ned Deily
Ned Deily added the comment: Thanks for the suggested change. This problem and a similar change has already been suggested in open Issue16232. Closing this issue as a duplicate and continuing the discussion there. -- nosy: -ronaldoussoren resolution: -> duplicate stage: -> resolve

[issue23598] No backspace on curses on iTerm (mac)

2015-03-06 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- components: +Extension Modules, Macintosh nosy: +ned.deily, ronaldoussoren ___ Python tracker ___ ___

[issue23598] No backspace on curses on iTerm (mac)

2015-03-06 Thread Robert Greener
New submission from Robert Greener: iTerm uses ^? for backspace which is curses.ascii.DEL, patch, makes curses.ascii.DEL use same behaviour as curses.ascii.BS -- files: cursesbackspace.patch keywords: patch messages: 237345 nosy: ragreener priority: normal severity: normal status: open