scrollback patch

This commit is contained in:
TiynGER
2020-03-29 14:14:11 +02:00
parent fdc8b4f1c3
commit ba6f94580d
4 changed files with 442 additions and 24 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 *);