diff options
| -rw-r--r-- | st.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -256,9 +256,9 @@ typedef struct { | |||
| 256 | } XWindow; | 256 | } XWindow; |
| 257 | 257 | ||
| 258 | typedef struct { | 258 | typedef 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 | ||
| 264 | typedef struct { | 264 | typedef struct { |
