File lttngtop-fix-escdelay-api.patch of Package lttngtop
--- a/src/lttngtop.c +++ b/src/lttngtop.c @@ -174,7 +174,7 @@ void *ncurses_display(void *p) /* * Prevent the 1 second delay when we hit ESC */ - ESCDELAY = 0; + set_escdelay(0); init_ncurses(); while (1) {