From 7a5372ae6d75f01e4d5f7c1899975b568f83cd2b Mon Sep 17 00:00:00 2001 From: PatR Date: Tue, 4 Oct 2022 15:21:04 -0700 Subject: [PATCH] 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. --- win/tty/wintty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);