X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/1f09f0b0bbba29ceed9b4e6d558b6ad5b0843cfe..895e5b50a8cc835c19a45e1e328eb4dc78f5fd0c:/x.c diff --git a/x.c b/x.c index bc3ad5a..e000894 100644 --- a/x.c +++ b/x.c @@ -1743,7 +1743,7 @@ kpress(XEvent *ev) { XKeyEvent *e = &ev->xkey; KeySym ksym; - char buf[32], *customkey; + char buf[64], *customkey; int len; Rune c; Status status;