diff options
author | zachir <zachir@librem.one> | 2023-02-20 02:55:16 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-20 02:55:16 -0600 |
commit | aa3ae88d46d6ba61d1bd8e227542e360b3fa0e39 (patch) | |
tree | 8f193ae7879e8b97f0c0be88e867d506922a9cb6 /st.h | |
parent | 63249e7fdb5586be4ae469ea2114306700146a55 (diff) |
apply scrollback patch
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -83,6 +83,8 @@ void redraw(void); void tfulldirt(void); void draw(void); +void kscrolldown(const Arg *); +void kscrollup(const Arg *); void printscreen(const Arg *); void printsel(const Arg *); void sendbreak(const Arg *); |