more PR #891 - build fix

More tty-specific hangup handling.  There's still doubt about the
origiinal testing, but not about testing after "post bitrot repair",
if there was any.  That wasn't useful because the new code was
accidentally suppressed by testing a misspelled macro. when deciding
whether to include it.
This commit is contained in:
PatR
2022-10-04 15:21:04 -07:00
parent ac7a56bb42
commit 7a5372ae6d

View File

@@ -3421,7 +3421,7 @@ tty_select_menu(winid window, int how, menu_item **menu_list)
char
tty_message_menu(char let, int how, const char *mesg)
{
HUPSKIP();
HUPSKIP_RESULT('\033');
/* "menu" without selection; use ordinary pline, no more() */
if (how == PICK_NONE) {
pline("%s", mesg);