Introduction
Introduction Statistics Contact Development Disclaimer Help
fix spacing - scroll - scrollbackbuffer program for st
git clone git://git.suckless.org/scroll
Log
Files
Refs
README
LICENSE
---
commit 7c010c6353e9eac94979287f44d3ee080a9d1a76
parent 708ce2abd91800b6ca637eb464ba6d78be74bf93
Author: Jan Klemkow <[email protected]>
Date: Mon, 18 Jan 2021 21:41:10 +0100
fix spacing
Diffstat:
M config.def.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/config.def.h b/config.def.h
@@ -8,9 +8,9 @@
struct rule rules[] = {
/* sequence event lines */
- {"\033[5;2~", SCROLL_UP, -1}, /* [Shift] + [PageUP] */
- {"\033[6;2~", SCROLL_DOWN, -1}, /* [Shift] + [PageDown] */
+ {"\033[5;2~", SCROLL_UP, -1}, /* [Shift] + [PageUP] */
+ {"\033[6;2~", SCROLL_DOWN, -1}, /* [Shift] + [PageDown] */
/* mouse binding shadows ^E and ^Y, so it's disabled by default */
- //{"\031", SCROLL_UP, 1}, /* mouse wheel up */
- //{"\005", SCROLL_DOWN, 1}, /* mouse wheel Down */
+ //{"\031", SCROLL_UP, 1}, /* mouse wheel up */
+ //{"\005", SCROLL_DOWN, 1}, /* mouse wheel Down */
};
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.