1
0
mirror of https://github.com/tiyn/st synced 2025-11-18 11:59:45 +01:00

scrollback: added branch and applied patch

This commit is contained in:
2023-08-22 13:37:51 +02:00
parent 4bc89e7de6
commit c32ee66365
4 changed files with 452 additions and 27 deletions

View File

@@ -201,6 +201,8 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_Y, selpaste, {.i = 0} },
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
{ ShiftMask, XK_Page_Up, kscrollup, {.i = -1} },
{ ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} },
};
/*