diff options
author | Mateja <mail@matejamaric.com> | 2021-04-08 15:50:34 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-04-08 15:50:34 +0200 |
commit | dc273f41c5d548026b4bea766c919f1e4e8a04ac (patch) | |
tree | 2d4f157915a660d0f7cf6e181496e466b2a8211b /st.h | |
parent | 081aa95b38c53b5a9ea47907496e0ff043fdffe3 (diff) | |
download | st-dc273f41c5d548026b4bea766c919f1e4e8a04ac.tar.gz st-dc273f41c5d548026b4bea766c919f1e4e8a04ac.zip |
Applied `newterm` patch.v1.2.0
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ void die(const char *, ...); void redraw(void); void draw(void); +void newterm(const Arg *); void printscreen(const Arg *); void printsel(const Arg *); void sendbreak(const Arg *); |