aboutsummaryrefslogtreecommitdiffstats
path: root/st.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-12 16:51:10 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-12 16:51:10 +0100
commitad4f3fff895a7af481275e16c72d8ec5fe88221e (patch)
treec6e21c212af946a7f5a54b84eda0cb40ea59e834 /st.h
parentKeybinds update (diff)
downloadst-ad4f3fff895a7af481275e16c72d8ec5fe88221e.tar.gz
st-ad4f3fff895a7af481275e16c72d8ec5fe88221e.tar.bz2
st-ad4f3fff895a7af481275e16c72d8ec5fe88221e.tar.xz
st-ad4f3fff895a7af481275e16c72d8ec5fe88221e.tar.zst
st-ad4f3fff895a7af481275e16c72d8ec5fe88221e.zip
Key update and new patch
Diffstat (limited to '')
-rw-r--r--st.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.h b/st.h
index f480d6f..8879a7c 100644
--- a/st.h
+++ b/st.h
@@ -81,6 +81,7 @@ void die(const char *, ...);
void redraw(void);
void draw(void);
+void externalpipe(const Arg *);
void kscrolldown(const Arg *);
void kscrollup(const Arg *);
void printscreen(const Arg *);