Introduction
Introduction Statistics Contact Development Disclaimer Help
fix style - scroll - scrollbackbuffer program for st
git clone git://git.suckless.org/scroll
Log
Files
Refs
README
LICENSE
---
commit d65408cdb49a0739ecf930e5aa210382c77f7549
parent 05b2653ec12ead75d2aaaef59094c5aa9b55f550
Author: Jan Klemkow <[email protected]>
Date: Thu, 30 Apr 2020 22:37:14 +0200
fix style
Diffstat:
M scroll.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/scroll.c b/scroll.c
@@ -212,15 +212,15 @@ skipesc(char c)
/* don't save cursor move or clear screen */
/* esc sequences to log */
switch (c) {
- case 'A':
- case 'B':
- case 'C':
- case 'D':
- case 'H':
- case 'J':
- case 'K':
- case 'f':
- return true;
+ case 'A':
+ case 'B':
+ case 'C':
+ case 'D':
+ case 'H':
+ case 'J':
+ case 'K':
+ case 'f':
+ 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.