Introduction
Introduction Statistics Contact Development Disclaimer Help
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 <[email protected]>
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) {
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.