summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-20 03:23:46 -0600
committerzachir <zachir@librem.one>2023-02-20 03:23:46 -0600
commit5b096d0b13e28811bb810dd6fcc0b3d0ffd714b5 (patch)
tree673bd97cb428c5d1782b5f7723b008465ac7bd80 /config.def.h
parent543d377de17a506b23357c4467e6e2d77a75afdb (diff)
add scrollback-mouse-altscreen patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 3756c77..a7ab29f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -202,8 +202,8 @@ static uint forcemousemod = ShiftMask;
*/
static MouseShortcut mshortcuts[] = {
/* mask button function argument release */
- { ShiftMask, Button4, kscrollup, {.i = 1} },
- { ShiftMask, Button5, kscrolldown, {.i = 1} },
+ { 0, Button4, kscrollup, {.i = 1}, 0, /* !alt */ -1 },
+ { 0, Button5, kscrolldown, {.i = 1}, 0, /* !alt */ -1 },
{ XK_ANY_MOD, Button2, selpaste, {.i = 0}, 1 },
{ ShiftMask, Button4, ttysend, {.s = "\033[5;2~"} },
{ XK_ANY_MOD, Button4, ttysend, {.s = "\031"} },