aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/st.c b/st.c
index 9df6707..50b58a7 100644
--- a/st.c
+++ b/st.c
@@ -256,9 +256,9 @@ typedef struct {
256} XWindow; 256} XWindow;
257 257
258typedef struct { 258typedef struct {
259 int b; 259 uint b;
260 uint mask; 260 uint mask;
261 char s[ESC_BUF_SIZ]; 261 char *s;
262} Mousekey; 262} Mousekey;
263 263
264typedef struct { 264typedef struct {