scrolling

This commit is contained in:
Your Name
2025-09-29 21:32:23 -06:00
parent c8087b3b7a
commit 44d52eb28a
4 changed files with 111 additions and 29 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 *);