From 49c3b708376d9632c81cdf386b1c47732a9147c4 Mon Sep 17 00:00:00 2001 From: Mateja Date: Sat, 10 Apr 2021 22:28:30 +0200 Subject: Applied `externalpipe` patch. --- st.h | 1 + 1 file changed, 1 insertion(+) (limited to 'st.h') diff --git a/st.h b/st.h index d8bf1f0..b41e6c0 100644 --- a/st.h +++ b/st.h @@ -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 *); -- cgit v1.2.3