Skip to content

[3.14] gh-71880: Allow editing the last cell in curses.textpad.Textbox (GH-152363)#152365

Merged
serhiy-storchaka merged 1 commit into
python:3.14from
miss-islington:backport-11b3943-3.14
Jun 27, 2026
Merged

[3.14] gh-71880: Allow editing the last cell in curses.textpad.Textbox (GH-152363)#152365
serhiy-storchaka merged 1 commit into
python:3.14from
miss-islington:backport-11b3943-3.14

Conversation

@miss-islington

@miss-islington miss-islington commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

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).
(cherry picked from commit 11b3943)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 4.8 noreply@anthropic.com

…pythonGH-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).
(cherry picked from commit 11b3943)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@serhiy-storchaka serhiy-storchaka merged commit d4de079 into python:3.14 Jun 27, 2026
49 checks passed
@miss-islington miss-islington deleted the backport-11b3943-3.14 branch June 27, 2026 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants