summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-07-08 21:05:45 -0500
committerZachIR <zachir@librem.one>2025-07-08 21:06:11 -0500
commitaf79d1853cf8d501bbdf14b6d4b2df81bdaf1526 (patch)
treede84732544c6a4a101ef1830acc89a26875aa229 /st.h
parent38d2f7ba589e8ee0ee5ded7915952ed094e3a51a (diff)
Add scrollback and alpha patches
Diffstat (limited to 'st.h')
-rw-r--r--st.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/st.h b/st.h
index fd3b0d8..78762a2 100644
--- a/st.h
+++ b/st.h
@@ -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 *);
@@ -124,3 +126,4 @@ extern unsigned int tabspaces;
extern unsigned int defaultfg;
extern unsigned int defaultbg;
extern unsigned int defaultcs;
+extern float alpha;