Skip to content

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

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

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

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 8d8be61 into python:3.13 Jun 27, 2026
42 checks passed
@miss-islington miss-islington deleted the backport-11b3943-3.13 branch June 27, 2026 07:46
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