Scroll apply

This commit is contained in:
2021-01-24 14:01:12 -03:00
parent 1b49c7f430
commit 69f4c793cd
4 changed files with 106 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 *);