1
1

feedback: show a helpful message for ^G even when there is no help

Saying that "Help is not available" is useless.
Better say something that might help a newbie.
Этот коммит содержится в:
Benno Schulenberg 2020-09-18 15:32:09 +02:00
родитель 37f1d43ce3
Коммит 7dd5484cb5

Просмотреть файл

@ -568,7 +568,7 @@ void do_help(void)
show_help();
#else
if (currmenu == MMAIN || currmenu == MBROWSER)
statusbar(_("Help is not available"));
statusbar(_("^W = Ctrl+W M-W = Alt+W"));
else
beep();
#endif