Fix indention - scroll - scrollbackbuffer program for st | |
git clone git://git.suckless.org/scroll | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 05b2653ec12ead75d2aaaef59094c5aa9b55f550 | |
parent f36c0dcd49862f696eb07887313f2e6db331b71d | |
Author: Jochen Sprickerhof | |
Date: Thu, 30 Apr 2020 22:29:30 +0200 Fix indention Diffstat: M scroll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- | |
diff --git a/scroll.c b/scroll.c | |
@@ -220,7 +220,7 @@ skipesc(char c) case 'J': case 'K': case 'f': - return true; + return true; } } break; |