From 14101eefa260ec23f09ac961a3bed6a32932b9c3 Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 27 Sep 2025 19:51:34 +0200 Subject: up --- st.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'st.h') diff --git a/st.h b/st.h index fdb758d..406a161 100644 --- a/st.h +++ b/st.h @@ -82,12 +82,14 @@ void die(const char *, ...); void redraw(void); void draw(void); +void externalpipe(const Arg *); void printscreen(const Arg *); void printsel(const Arg *); 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); -- cgit v1.2.3