summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-07-17 04:33:36 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-07-17 04:33:36 +0300
commit6d04bd0c98cacf24d8f4f94ea8486e4110441d09 (patch)
tree3548be793a6a01937fd200b5a2686cf3b3a9c45e /st.h
parentcef13854ee99288cfbf90561b8c488f6f41a543b (diff)
newterm orphan patch
Diffstat (limited to 'st.h')
-rw-r--r--st.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.h b/st.h
index 665cac0..66843f0 100644
--- a/st.h
+++ b/st.h
@@ -86,6 +86,7 @@ void draw(void);
void kscrolldown(const Arg *);
void kscrollup(const Arg *);
+void newterm(const Arg *);
void printscreen(const Arg *);
void printsel(const Arg *);
void sendbreak(const Arg *);