[issue16232] curses.textpad.Textbox backtrace support

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue16232] curses.textpad.Textbox backtrace support

2015-03-06 Thread Ned Deily
Ned Deily added the comment: This has also been reported in Issue23598 including a patch to add DEL as suggested. I have little experience with curses so I don't have any insight as to pros and cons of using erasechar() rather than the hardcoded BS and DEL chars. A test would be nice if some

[issue16232] curses.textpad.Textbox backtrace support

2015-03-06 Thread Ned Deily
Changes by Ned Deily : -- Removed message: http://bugs.python.org/msg237420 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue16232] curses.textpad.Textbox backtrace support

2015-03-06 Thread Ned Deily
Ned Deily added the comment: This has also been reported in Issue23598 including a patch to add DEL as suggested. I have little experience with curses so I don't have any insight as to pros and cons of using erasechar() rather than the hardcoded BS and DEL chars. A test would be nice if some

[issue16232] curses.textpad.Textbox backtrace support

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: @emeaudroid please accept our apologies for the delay in getting back to you. Can someone take a look at this please as I don't have a *nix box to play with. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 2.6 __

[issue16232] curses.textpad.Textbox backtrace support

2012-10-14 Thread emeaudroid emeaudroid
New submission from emeaudroid emeaudroid: python: 2.6.6 curses' revision: 61064 2008-02-25 16:29:58Z andrew.kuchling line 93 and 102 of curses/textpad.py could you replace the backspace's specific chars codes by using this dedicated curses' function retrieving the currently in-use char's cod