mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 12:44:34 +03:00
Check for set_escdelay in ncurses
This commit is contained in:
@ -94,7 +94,9 @@ void InfoScreen_run(InfoScreen* this) {
|
||||
if (this->inc->active) {
|
||||
(void) move(LINES - 1, CRT_cursorX);
|
||||
}
|
||||
#ifdef HAVE_SET_ESCDELAY
|
||||
set_escdelay(25);
|
||||
#endif
|
||||
int ch = getch();
|
||||
|
||||
if (ch == ERR) {
|
||||
|
Reference in New Issue
Block a user