commit 002617abd5bec6a10d938ac5162a278bdd552343
Author:     Jochen Sprickerhof <[email protected]>
AuthorDate: Fri May 22 09:31:51 2020 +0200
Commit:     Jochen Sprickerhof <[email protected]>
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
@@ -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 */
 };

Reply via email to