[hackers] [scroll] Add comment || Jochen Sprickerhof
commit 002617abd5bec6a10d938ac5162a278bdd552343
Author: Jochen Sprickerhof <git_AT_jochen.sprickerhof.de>
AuthorDate: Fri May 22 09:31:51 2020 +0200
Commit: Jochen Sprickerhof <git_AT_jochen.sprickerhof.de>
CommitDate: Fri May 22 09:31:51 2020 +0200
Add comment
diff --git a/config.def.h b/config.def.h
index f18dae8..fb3cd14 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -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 */
};
Received on Fri May 22 2020 - 09:31:57 CEST
This archive was generated by hypermail 2.3.0
: Fri May 22 2020 - 09:36:37 CEST