From: PatR Date: Tue, 4 Oct 2022 22:21:04 +0000 (-0700) Subject: more PR #891 - build fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a5372ae6d75f01e4d5f7c1899975b568f83cd2b;p=nethack 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. --- diff --git a/win/tty/wintty.c b/win/tty/wintty.c index 18933fea1..18406ea0a 100644 --- a/win/tty/wintty.c +++ b/win/tty/wintty.c @@ -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);