noice.c | 3 +-- diff --git a/noice.c b/noice.c index f62619a2311a5949812e7ee6fd0c2ccdf70a8cb9..811910886a785e40d78f7c383472bcfa40509813 100644 --- a/noice.c +++ b/noice.c @@ -549,7 +549,6 @@ free(oldpath); oldpath = NULL; for (;;) { -redraw: nlines = MIN(LINES - 4, n); /* Clean screen */ @@ -661,7 +660,7 @@ exitcurses(); spawn(bin, newpath, NULL); initcurses(); free(newpath); - goto redraw; + continue; default: printmsg("Unsupported file"); goto nochange;