SIGN IN SIGN UP

gh-156207: Fix curses Textbox.gather() for double-width characters (GH-156208)

gather() read the window cell by cell, so a double-width character, which
occupies two cells, was returned twice.  Read the whole line with in_wstr(),
which returns every character once.
V
Vyron Vasileiadis committed
fe8ace30aeeb5991c59e2dcb65d8c32f0c262d26
Parent: 8e3271d
Committed by GitHub <noreply@github.com> on 8/25/2026, 8:30:58 AM