diff options
author | ZachIR <zachir@librem.one> | 2025-07-08 20:39:57 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-08 20:39:57 -0500 |
commit | 38d2f7ba589e8ee0ee5ded7915952ed094e3a51a (patch) | |
tree | b98c891bcd03dcbc6a9ebae038d154a472febe8a /patches/st-scrollback-mouse-20220127-2c5edf2.diff | |
parent | 8cda47f8e8b2db37f5c69b4cdb748ac31a2e6e23 (diff) |
Start from scratch on version 0.9.2
Diffstat (limited to 'patches/st-scrollback-mouse-20220127-2c5edf2.diff')
-rw-r--r-- | patches/st-scrollback-mouse-20220127-2c5edf2.diff | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/patches/st-scrollback-mouse-20220127-2c5edf2.diff b/patches/st-scrollback-mouse-20220127-2c5edf2.diff deleted file mode 100644 index 5c47abc..0000000 --- a/patches/st-scrollback-mouse-20220127-2c5edf2.diff +++ /dev/null @@ -1,25 +0,0 @@ -From b5d3351a21442a842e01e8c0317603b6890b379c Mon Sep 17 00:00:00 2001 -From: asparagii <michele.lambertucci1@gmail.com> -Date: Thu, 27 Jan 2022 15:44:02 +0100 -Subject: [PATCH] st-scrollback-mouse - ---- - config.def.h | 2 ++ - 1 file changed, 2 insertions(+) - -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"} }, --- -2.34.1 - |