X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Flttngtop.c;h=f2df936769e7f8e15190483e1673e875c1173afa;hp=11635b47e3df171c1cc91363a1afa53634057ad3;hb=b332d28fca0f56381a6f5458f5898ef4ffa0242f;hpb=844d1c9c0caec27c75cb1fd46bb7922cbc363924 diff --git a/src/lttngtop.c b/src/lttngtop.c index 11635b4..f2df936 100644 --- a/src/lttngtop.c +++ b/src/lttngtop.c @@ -88,6 +88,10 @@ void *ncurses_display(void *p) unsigned int current_display_index = 0; sem_wait(&bootstrap); + /* + * Prevent the 1 second delay when we hit ESC + */ + ESCDELAY = 0; init_ncurses(); while (1) {