Remove useless continue - scroll - scrollbackbuffer program for st
git clone git://git.suckless.org/scroll
Log
Files
Refs
README
LICENSE
---
commit aa67a3e9c841cd5b7ac619cab81c6405fe97e874
parent 8bcfdd94e2c7e29fe4db0de4e6d073c61d647179
Author: Jochen Sprickerhof 
Date:   Mon, 13 Apr 2020 00:07:47 +0200

Remove useless continue

Diffstat:
  M scroll.c                            |       1 -

1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/scroll.c b/scroll.c
@@ -473,7 +473,6 @@ main(int argc, char *argv[])
                 if (doredraw) {
                         redraw();
                         doredraw = false;
-                        continue;
                 }
 
                 if (pfd[0].revents & POLLIN) {