Introduction
Introduction Statistics Contact Development Disclaimer Help
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 <[email protected]>
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;
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.