aboutsummaryrefslogtreecommitdiffhomepage
path: root/st.h
diff options
context:
space:
mode:
authorasparagii <michele.lambertucci1@gmail.com>2022-01-27 15:49:27 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-02-03 16:09:07 +0300
commita6d484d8723d493bc09a5122128aaea729adaa80 (patch)
tree782ff5805fabcfa8b1795eb760e23c13f19c6b04 /st.h
parente4912814c02fdf4fae9fe9b655ee147f714ceb0d (diff)
downloadst-fork-a6d484d8723d493bc09a5122128aaea729adaa80.tar.gz
st-scrollback-mouse-altscreen
Source: https://st.suckless.org/patches/scrollback/
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 3cea73b..952cb8e 100644
--- a/st.h
+++ b/st.h
@@ -88,6 +88,7 @@ void sendbreak(const Arg *);
void toggleprinter(const Arg *);
int tattrset(int);
+int tisaltscr(void);
void tnew(int, int);
void tresize(int, int);
void tsetdirtattr(int);