Commit Diff


commit - 384830110bddcebed00b6530a5336f07ad7c405f
commit + 895e5b50a8cc835c19a45e1e328eb4dc78f5fd0c
blob - bc3ad5a4667fa870bc4ea6485e6fdf9b032bbcaa
blob + e000894b33a885395f103a06e6c0fba023768cc1
--- x.c
+++ 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;