aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--noice.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/noice.c b/noice.c
index f62619a..8119108 100644
--- a/noice.c
+++ b/noice.c
@@ -549,7 +549,6 @@ begin:
oldpath = NULL;
for (;;) {
-redraw:
nlines = MIN(LINES - 4, n);
/* Clean screen */
@@ -661,7 +660,7 @@ nochange:
spawn(bin, newpath, NULL);
initcurses();
free(newpath);
- goto redraw;
+ continue;
default:
printmsg("Unsupported file");
goto nochange;