On Tue, Jan 19, 2021 at 04:12:17AM -0500, Thomas Dickey wrote:
On Mon, Jan 18, 2021 at 05:48:51PM -0800, Kevin J. McCarthy wrote:
Am I misunderstanding, or does that set a property on the terminal too? If
it does, could some terminals need the property reset on endwin() +
refresh()?

offhand, I suspect this chunk in lib_getch.c is solving that problem:

   if (win->_use_keypad != sp->_keypad_on)
        _nc_keypad(sp, win->_use_keypad);

Okay, that's clear enough. :-)  Thank you again, Thomas!

--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA

Attachment: signature.asc
Description: PGP signature

Reply via email to