X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Flttngtop.c;h=f2df936769e7f8e15190483e1673e875c1173afa;hb=b332d28fca0f56381a6f5458f5898ef4ffa0242f;hp=b3368315ac0d6fb27f13c31c19176c6ddfc3b81d;hpb=0d91c12a62aa85d1d1d8b5478e81d38e06f2cc00;p=lttngtop.git diff --git a/src/lttngtop.c b/src/lttngtop.c index b336831..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) { @@ -671,7 +675,7 @@ int main(int argc, char **argv) ret = check_requirements(bt_ctx); if (ret < 0) { - fprintf(stderr, "[error] missing mandatory context informations\n"); + fprintf(stderr, "[error] some mandatory contexts were missing, exiting.\n"); goto end; }