aboutsummaryrefslogtreecommitdiff
path: root/x.c
diff options
context:
space:
mode:
Diffstat (limited to 'x.c')
-rw-r--r--x.c2
1 files changed, 1 insertions, 1 deletions
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)
1743{ 1743{
1744 XKeyEvent *e = &ev->xkey; 1744 XKeyEvent *e = &ev->xkey;
1745 KeySym ksym; 1745 KeySym ksym;
1746 char buf[32], *customkey; 1746 char buf[64], *customkey;
1747 int len; 1747 int len;
1748 Rune c; 1748 Rune c;
1749 Status status; 1749 Status status;