Added patch st-scrollback

This commit is contained in:
2024-04-22 23:43:33 +05:30
parent ad509637c4
commit a5ae246567
4 changed files with 453 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 *);