diff options
author | tsxv478 <vt0451@yandex.ru> | 2022-07-17 04:33:36 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2022-07-17 04:33:36 +0300 |
commit | b8ecd1869e364f4f7fed2c819240d7de30b97721 (patch) | |
tree | 3548be793a6a01937fd200b5a2686cf3b3a9c45e /st.h | |
parent | 32d72cf9b50ba1c28803e641cbd87df4f421476c (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 *); |