aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index da5f78d..433f7b4 100644
--- a/st.c
+++ b/st.c
@@ -2728,7 +2728,7 @@ kmap(KeySym k, uint state) {
break;
}
if(i == LEN(mappedkeys)) {
- if((k & 0xFFFF) < 0xFF00)
+ if((k & 0xFFFF) < 0xFD00)
return NULL;
}