summaryrefslogtreecommitdiffstats
path: root/st.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <doug@douglasrumbaugh.com>2023-01-04 12:59:32 -0500
committerDouglas Rumbaugh <doug@douglasrumbaugh.com>2023-01-04 12:59:32 -0500
commitfb24880cffebb0125d5790e1c2a0c3886063993a (patch)
tree15f433e39a14a39fcf8636386919b59b36fd7d5d /st.h
parent8c2c9d8a98fc0a4a4a4e680af4897aa44d037003 (diff)
downloadst-fb24880cffebb0125d5790e1c2a0c3886063993a.tar.gz
Applied scrollback patch
Diffstat (limited to 'st.h')
-rw-r--r--st.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/st.h b/st.h
index 5368a35..519ed8c 100644
--- a/st.h
+++ b/st.h
@@ -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 *);