[New-bugs-announce] [issue27693] curses.textpad.Textbox(win).edit() won't edit last character

Dietmar Schindler report at bugs.python.org
Fri Aug 5 09:03:06 EDT 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue27693>
_______________________________________


More information about the New-bugs-announce mailing list