Revert "follow-up for alternative fix for menu search (':')"

This reverts commit 569955ccac.
This commit is contained in:
nhmall
2023-11-17 13:46:13 -05:00
parent 569955ccac
commit b3024c3c6c

View File

@@ -1677,7 +1677,7 @@ process_menu_window(winid window, struct WinDesc *cw)
boolean on_curr_page = FALSE;
int lineno = 0;
getlin("Search for:", tmpbuf);
tty_getlin("Search for:", tmpbuf);
if (!tmpbuf[0] || tmpbuf[0] == '\033')
break;
Sprintf(searchbuf, "*%s*", tmpbuf);