Fix indention - scroll - scrollbackbuffer program for st
(HTM) git clone git://git.suckless.org/scroll
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 05b2653ec12ead75d2aaaef59094c5aa9b55f550
(DIR) parent f36c0dcd49862f696eb07887313f2e6db331b71d
(HTM) Author: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Thu, 30 Apr 2020 22:29:30 +0200
Fix indention
Diffstat:
M scroll.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) 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;