X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=50b58a77e4080a65c3fb30ce4ac61ff5da1f39c0;hb=0f6942cdf6f8220f1ecd06e4b398e95c43833d44;hp=9df6707c1b7e4884eb57b96a720804b194db46fd;hpb=8e577322a3a55abf2f8226218ec87a7eec7fc3b1;p=st.git diff --git a/st.c b/st.c index 9df6707..50b58a7 100644 --- a/st.c +++ b/st.c @@ -256,9 +256,9 @@ typedef struct { } XWindow; typedef struct { - int b; + uint b; uint mask; - char s[ESC_BUF_SIZ]; + char *s; } Mousekey; typedef struct {