diff options
author | ZachIR <zachir@librem.one> | 2025-07-08 21:05:45 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-08 21:06:11 -0500 |
commit | af79d1853cf8d501bbdf14b6d4b2df81bdaf1526 (patch) | |
tree | de84732544c6a4a101ef1830acc89a26875aa229 /st.h | |
parent | 38d2f7ba589e8ee0ee5ded7915952ed094e3a51a (diff) |
Add scrollback and alpha patches
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 3 |
1 files changed, 3 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 *); @@ -124,3 +126,4 @@ extern unsigned int tabspaces; extern unsigned int defaultfg; extern unsigned int defaultbg; extern unsigned int defaultcs; +extern float alpha; |