mouse shortcuts: allow same functions as kb shortcuts
[st.git] / st.h
diff --git a/st.h b/st.h
index 4da3051..a1928ca 100644 (file)
--- a/st.h
+++ b/st.h
@@ -74,6 +74,7 @@ typedef union {
        uint ui;
        float f;
        const void *v;
+       const char *s;
 } Arg;
 
 void die(const char *, ...);