summaryrefslogtreecommitdiff
path: root/xev.c
diff options
context:
space:
mode:
Diffstat (limited to 'xev.c')
-rw-r--r--xev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xev.c b/xev.c
index ea69234..de4e6e8 100644
--- a/xev.c
+++ b/xev.c
@@ -420,7 +420,7 @@ do_KeymapNotify(XEvent *eventp)
if (i == 16 && !single_line) {
output(InitialNewLine | Indent, " ");
}
- output(0, "%-3u ", (unsigned int) e->key_vector[i]);
+ output(0, "%-3u ", (unsigned char) e->key_vector[i]);
}
output_new_line();
}