diff options
| author | Marcelo Lira <setanta@gmail.com> | 2025-03-14 18:45:36 -0300 |
|---|---|---|
| committer | Marcelo Lira <setanta@gmail.com> | 2025-03-14 23:32:43 -0300 |
| commit | f9ed9e9896f8bd75e1f7dc87db65072217cf0c72 (patch) | |
| tree | bd3a35099fc95268f35bfbb60edaf43320c8b090 /st.h | |
| parent | 9cb39ae7db8721b28e270ef299d065a693691bde (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |
