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

2016-08-09 Thread Dietmar Schindler
Dietmar Schindler added the comment: Regarding Issue8243: This issue is about writing the lower-right character of a window via *addch()* or *addstr()*. But for curses.textpad.Textbox(win).edit() the use of *addch()* or *addstr()* is not unavoidable; it could well use *insch()* or *insstr()*

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

2016-08-05 Thread Ned Deily
Ned Deily added the comment: Looks like there have been longstanding issues with using curses to write to the right-/bottom-most character position of a curses window; see open Issue8243 and various discussions elsewhere. Some of the discussions suggest the issues dates back to support of

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

2016-08-05 Thread Dietmar Schindler
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