diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-08 10:57:32 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-08 10:57:32 +0000 |
commit | b9b757e59478e625845c20ae24a1d624910a022e (patch) | |
tree | d5dbdf9c6f5426f31889c26b76956ec38c5c4afc /st.h | |
parent | 00e0578f38aaef6a2234ca9dcab540729fdf32e9 (diff) |
added minor patches
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -77,6 +77,8 @@ typedef union { const char *s; } Arg; +void autocomplete (const Arg *); + void die(const char *, ...); void redraw(void); void draw(void); |