diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2022-07-17 04:33:36 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2022-07-17 04:33:36 +0300 |
commit | 6d04bd0c98cacf24d8f4f94ea8486e4110441d09 (patch) | |
tree | 3548be793a6a01937fd200b5a2686cf3b3a9c45e /st.h | |
parent | cef13854ee99288cfbf90561b8c488f6f41a543b (diff) |
newterm orphan patch
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |