tweaks: drop an unneeded call of keypad() -- we never read from topwin
The title bar is used only for showing things, never for typing anything into. That is: we never call wgetch() with 'topwin' as an argument.
Этот коммит содержится в:
родитель
6d916c6c4a
Коммит
67b89459d5
@ -646,7 +646,6 @@ void window_init(void)
|
||||
|
||||
/* When not disabled, turn escape-sequence translation on. */
|
||||
if (!ISSET(RAW_SEQUENCES)) {
|
||||
keypad(topwin, TRUE);
|
||||
keypad(edit, TRUE);
|
||||
keypad(bottomwin, TRUE);
|
||||
}
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user