apply scrollback-mouse patch

Just updates the config, kinda unnecessary.
Ryan 2023-09-13 01:41:29 -04:00
parent 660100a961
commit 04f516b05e
Signed by: ryan
GPG Key ID: 7D7E2E94267DAD95
1 changed files with 2 additions and 0 deletions

View File

@ -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"} },