ScrollBack patch

This apply shift + pageUp/pageDown to scroll up or down
This commit is contained in:
Debucquoy
2023-04-03 16:38:41 +02:00
parent 785b3a4666
commit 62b2a7eb60
3 changed files with 102 additions and 27 deletions

2
st.h
View File

@@ -81,6 +81,8 @@ void die(const char *, ...);
void redraw(void);
void draw(void);
void kscrolldown(const Arg *);
void kscrollup(const Arg *);
void printscreen(const Arg *);
void printsel(const Arg *);
void sendbreak(const Arg *);