summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorMarcelo Lira <setanta@gmail.com>2025-03-14 18:45:36 -0300
committerMarcelo Lira <setanta@gmail.com>2025-03-14 23:32:43 -0300
commitf9ed9e9896f8bd75e1f7dc87db65072217cf0c72 (patch)
treebd3a35099fc95268f35bfbb60edaf43320c8b090 /st.h
parent9cb39ae7db8721b28e270ef299d065a693691bde (diff)
externalpipe: Reading and writing st's screen through a pipe.
https://st.suckless.org/patches/externalpipe/
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 03f8561..7a11ff9 100644
--- a/st.h
+++ b/st.h
@@ -91,6 +91,7 @@ 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 *);