summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-04-05 09:26:55 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-04-05 09:26:55 -0400
commit60add40bd1bcb1548fe264c8e809910049b2676e (patch)
tree67281c0256ddb19d63c5e2b213b3db22841d88e6 /st.h
parent67ef1c4d4ec3d3a423a078eb746fa2fac4a267e9 (diff)
revert to older, better scrollback patch, fix #284, #289
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 fcfd176..ac76b71 100644
--- a/st.h
+++ b/st.h
@@ -85,6 +85,8 @@ void redraw(void);
void draw(void);
void externalpipe(const Arg *);
+void kscrolldown(const Arg *);
+void kscrollup(const Arg *);
void printscreen(const Arg *);
void printsel(const Arg *);
void sendbreak(const Arg *);