added basic scroll functionality

This commit is contained in:
2025-11-25 19:20:51 -05:00
parent 6e97047474
commit b5942724bc
8 changed files with 929 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 *);