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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16232>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to