cpython/Lib/curses
Serhiy Storchaka 11b394381f
gh-71880: Allow editing the last cell in curses.textpad.Textbox (GH-152363)
Textbox.edit() ignored typing in the lower-right cell of the window.  It is
now written with insch(), which fills the cell without moving the cursor out
of the window (addch() there raises an error and scrolls a scrollable window).

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-27 10:08:04 +03:00
..
__init__.py gh-90092: Support multiple terminals in the curses module (GH-151748) 2026-06-24 11:33:02 +00:00
ascii.py bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294) 2022-05-08 17:10:11 +03:00
has_key.py gh-146153: Use frozendict in pure python fallback for curses.has_key (#146154) 2026-03-21 14:06:07 +01:00
panel.py
textpad.py gh-71880: Allow editing the last cell in curses.textpad.Textbox (GH-152363) 2026-06-27 10:08:04 +03:00