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

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 *);