On Mon, Jan 18, 2021 at 04:05:14PM -0800, Kevin J. McCarthy wrote:
> This is an ncurses question, but if I'm lucky Thomas Dickey might see it
> here. :-)
> 
> Anyway, I'm wondering if 'keypad (stdscr, TRUE);' is technically required to
> be called again after an (temporary) endwin()?

keypad sets a property on the window, and it should not be needed,
since the window is not altered by endwin
 
> Mutt does this is a couple places, but not all of them.  If it's needed,
> should it be called before or after the refresh()?

see above :-)

-- 
Thomas E. Dickey <dic...@invisible-island.net>
https://invisible-island.net
ftp://ftp.invisible-island.net

Attachment: signature.asc
Description: PGP signature

Reply via email to