[New-bugs-announce] [issue16232] curses.textpad.Textbox backtrace support

emeaudroid emeaudroid report at bugs.python.org
Sun Oct 14 16:38:05 CEST 2012


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 code ?

ord( curses.erasechar( ))

this one would make specific erase char specified to term supported, unlike curses.ascii.BS, curses.KEY_BACKSPACE that are specifics to most configurations indeed.

at least adding the curses.ascii.DEL char's code seems legit na ?

----------
components: Extension Modules
messages: 172888
nosy: emeaudroid.emeaudroid
priority: normal
severity: normal
status: open
title: curses.textpad.Textbox backtrace support
type: enhancement
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16232>
_______________________________________


More information about the New-bugs-announce mailing list