summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-20 03:23:46 -0600
committerzachir <zachir@librem.one>2023-02-20 03:23:46 -0600
commit5b096d0b13e28811bb810dd6fcc0b3d0ffd714b5 (patch)
tree673bd97cb428c5d1782b5f7723b008465ac7bd80 /st.h
parent543d377de17a506b23357c4467e6e2d77a75afdb (diff)
add scrollback-mouse-altscreen patch
Diffstat (limited to 'st.h')
-rw-r--r--st.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.h b/st.h
index 5057ceb..ec0dc6d 100644
--- a/st.h
+++ b/st.h
@@ -94,6 +94,7 @@ void toggleprinter(const Arg *);
void copyurl(const Arg *);
int tattrset(int);
+int tisaltscr(void);
void tnew(int, int);
int tisaltscreen(void);
void tresize(int, int);