diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-12 16:51:10 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-12 16:51:10 +0100 |
commit | ad4f3fff895a7af481275e16c72d8ec5fe88221e (patch) | |
tree | c6e21c212af946a7f5a54b84eda0cb40ea59e834 /st.h | |
parent | Keybinds update (diff) | |
download | st-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |