diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2022-07-17 04:21:01 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2022-07-17 04:21:01 +0300 |
commit | 93d0b4b204644e5385d1ab8276e2372cc22772b1 (patch) | |
tree | fc41c9b8a67c0c33d5da178d91571f2ede4bea01 /st.h | |
parent | 591ded45d1411077b1323fd7681a845aaa4c62bc (diff) |
scrollback patch
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 *); |