osc133: initial patch implementation (#127)

* osc133: initial patch implementation

* Specify dependency on reflow or scrollback patch
This commit is contained in:
Utkarsh Verma 2024-10-01 21:35:30 +02:00 committed by GitHub
parent e7bdaa65d7
commit fe065cc366
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 71 additions and 1 deletions

View file

@ -467,6 +467,10 @@ static Shortcut shortcuts[] = {
#if INVERT_PATCH
{ TERMMOD, XK_X, invert, { 0 } },
#endif // INVERT_PATCH
#if OSC133_PATCH
{ TERMMOD, XK_Z, scrolltoprompt, {.i = -1}, S_PRI },
{ TERMMOD, XK_X, scrolltoprompt, {.i = 1}, S_PRI },
#endif // OSC133_PATCH
};
/*