summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-18 00:18:29 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-18 00:18:29 +0400
commitf16e95287f10085605a340b8f8af90834d12d7b1 (patch)
tree4d43cc8a78c1a7e0d3c2cb7be55b5ef4c2a76f2b
parent26ba7ada1e2a344631d7462524e77922e8937ab5 (diff)
scroll updated so that it works with less
-rw-r--r--config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index 747466e..2e546fe 100644
--- a/config.h
+++ b/config.h
@@ -179,10 +179,10 @@ static MouseShortcut mshortcuts[] = {
{ XK_NO_MOD, Button4, kscrollup, {.i = 1} },
{ XK_NO_MOD, 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"} },
-// { ShiftMask, Button5, ttysend, {.s = "\033[6;2~"} },
-// { XK_ANY_MOD, Button5, ttysend, {.s = "\005"} },
+ { ShiftMask, Button4, ttysend, {.s = "\033[5;2~"} },
+ { XK_ANY_MOD, Button4, ttysend, {.s = "\031"} },
+ { ShiftMask, Button5, ttysend, {.s = "\033[6;2~"} },
+ { XK_ANY_MOD, Button5, ttysend, {.s = "\005"} },
};
/* Internal keyboard shortcuts. */