diff options
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ typedef union { uint ui; float f; const void *v; + const char *s; } Arg; void die(const char *, ...); |
index : st | ||
st fork - delete keys and terminus font |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | st.h | 1 |
@@ -74,6 +74,7 @@ typedef union { uint ui; float f; const void *v; + const char *s; } Arg; void die(const char *, ...); |