Re: keypad(TRUE) mode not immediately restored after SIGTSTP/SIGCONT
Ferenc Wágner <[email protected]>
| Newsgroups | gmane.comp.lib.ncurses.bugs |
|---|---|
| Message-ID | <[email protected]> |
Thomas Dickey <[email protected]> writes: > On Mon, Aug 10, 2026 at 10:58:35PM +0200, Ferenc Wágner wrote: > ... >> Also traced against the current ncurses/master sources on >> https://github.com/mirror/ncurses (a read-only mirror), so this is not > > that mirror is old (2023). A quick web search can find newer sources, > e.g., > > I maintain this > > https://github.com/ThomasDickey/ncurses-snapshots > > Some packagers maintain source-trees, which they update periodically. > For instance > > https://salsa.debian.org/debian/ncurses Ah. Are you implying that the latest release might not exhibit this issue? I did not notice any relevant changes at a quick glance. libncursesw6 6.6+20260608-2 in Debian unstable definitely reproduces the problem. I'll check the 0808 patch directly later. -- Thanks, Feri.