Skip to content

gh-157210: Attach a combining mark in the last curses Textbox cell - #157211

Open
fedonman wants to merge 1 commit into
python:mainfrom
fedonman:fix-textpad-double-width
Open

gh-157210: Attach a combining mark in the last curses Textbox cell#157211
fedonman wants to merge 1 commit into
python:mainfrom
fedonman:fix-textpad-double-width

Conversation

@fedonman

@fedonman fedonman commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

The lower-right cell of a Textbox is written with insch(), which gave a lone combining mark a cell of its own and pushed the character it belongs to off the window edge. The mark is now merged into the cell that is already there.

No Misc/NEWS.d entry: a combining mark reaches that cell only through the string keystroke path added for 3.16, which has not been released.

The lower-right cell is written with insch(), which gives a lone
combining mark a cell of its own and shifts the rest of the line right,
so the character the mark belongs to was pushed off the window edge and
lost.  Merge the mark into the cell that is already there instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant