diff options
author | tsxv478 <vt0451@yandex.ru> | 2022-07-17 04:22:38 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2022-07-17 04:22:38 +0300 |
commit | 1249b14c3c2f976e3253ba7339d67ccd03ee6868 (patch) | |
tree | e8303149a59eb2b29eef908788d717ee02384ed8 | |
parent | 1d4b7f7d800c5072655f304c28850e70db9fef99 (diff) |
scrollback mouse patch
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index e3b469b..c217315 100644 --- a/config.def.h +++ b/config.def.h @@ -176,6 +176,8 @@ static uint forcemousemod = ShiftMask; */ static MouseShortcut mshortcuts[] = { /* mask button function argument release */ + { ShiftMask, Button4, kscrollup, {.i = 1} }, + { ShiftMask, Button5, kscrolldown, {.i = 1} }, { XK_ANY_MOD, Button2, selpaste, {.i = 0}, 1 }, { ShiftMask, Button4, ttysend, {.s = "\033[5;2~"} }, { XK_ANY_MOD, Button4, ttysend, {.s = "\031"} }, |