diff options
Diffstat (limited to 'src/help.c')
-rw-r--r-- | src/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -793,7 +793,7 @@ void help_screen(void) } wins_scrollwin_display(&hwin); - ch = keys_getch(win[STA].p, NULL, NULL); + ch = keys_getch(win[KEY].p, NULL, NULL); } wins_scrollwin_delete(&hwin); if (need_resize) |