diff options
author | Mateja <mail@matejamaric.com> | 2021-04-10 22:28:30 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-04-10 22:28:30 +0200 |
commit | 49c3b708376d9632c81cdf386b1c47732a9147c4 (patch) | |
tree | 0d32b9cde497d36eefeec66e4e57ce1942ae4cbd /st.h | |
parent | 5d22f95fecef1bbade79350a8585ce1b81fb9898 (diff) | |
download | st-49c3b708376d9632c81cdf386b1c47732a9147c4.tar.gz st-49c3b708376d9632c81cdf386b1c47732a9147c4.zip |
Applied `externalpipe` patch.
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ void die(const char *, ...); void redraw(void); void draw(void); +void externalpipe(const Arg *); void kscrolldown(const Arg *); void kscrollup(const Arg *); void newterm(const Arg *); |