Add comment - scroll - scrollbackbuffer program for st
 (HTM) git clone git://git.suckless.org/scroll
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 002617abd5bec6a10d938ac5162a278bdd552343
 (DIR) parent f0e76e5f8c92a00075002087396a37ee94901d34
 (HTM) Author: Jochen Sprickerhof <git@jochen.sprickerhof.de>
       Date:   Fri, 22 May 2020 09:31:51 +0200
       
       Add comment
       
       Diffstat:
         M config.def.h                        |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) 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 */
        };