diff options
| author | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2023-01-04 12:59:32 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2023-01-04 12:59:32 -0500 |
| commit | fb24880cffebb0125d5790e1c2a0c3886063993a (patch) | |
| tree | 15f433e39a14a39fcf8636386919b59b36fd7d5d /st.h | |
| parent | 8c2c9d8a98fc0a4a4a4e680af4897aa44d037003 (diff) | |
| download | st-fb24880cffebb0125d5790e1c2a0c3886063993a.tar.gz | |
Applied 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 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 *); |