aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/rio/main.c')
-rw-r--r--src/cmd/rio/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/rio/main.c b/src/cmd/rio/main.c
index 71f85fbc..bc43a99f 100644
--- a/src/cmd/rio/main.c
+++ b/src/cmd/rio/main.c
@@ -335,7 +335,8 @@ initscreen(ScreenInfo *s, int i, int background)
attr.cursor = s->arrow;
attr.event_mask = SubstructureRedirectMask
| SubstructureNotifyMask | ColormapChangeMask
- | ButtonPressMask | ButtonReleaseMask | PropertyChangeMask;
+ | ButtonPressMask | ButtonReleaseMask | PropertyChangeMask |
+ KeyPressMask;
mask = CWCursor|CWEventMask;
XChangeWindowAttributes(dpy, s->root, mask, &attr);
XSync(dpy, False);