Add comment - scroll - scrollbackbuffer program for st | |
git clone git://git.suckless.org/scroll | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 002617abd5bec6a10d938ac5162a278bdd552343 | |
parent f0e76e5f8c92a00075002087396a37ee94901d34 | |
Author: Jochen Sprickerhof <[email protected]> | |
Date: Fri, 22 May 2020 09:31:51 +0200 | |
Add comment | |
Diffstat: | |
M config.def.h | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/config.def.h b/config.def.h | |
@@ -10,6 +10,7 @@ struct rule rules[] = { | |
/* sequence event lines */ | |
{"\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 */ | |
}; |