New submission from Dietmar Schindler:

curses.textpad.Textbox(win).edit() does not allow to enter a character (or 
change one, if already there) at the very last position in a window (the lower 
right hand corner), though it allows to position the cursor there. This applies 
to the whole screen as well as other windows (also if the window's right margin 
isn't the screen margin). A sample program is attached (try to fill the last 
line completely with some character).

----------
components: Library (Lib)
files: edit.py
messages: 272027
nosy: Dietmar Schindler
priority: normal
severity: normal
status: open
title: curses.textpad.Textbox(win).edit() won't edit last character
type: behavior
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file44020/edit.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27693>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to