all repos — st @ fc2b3669682eaf571fc96762bd3c8e48bccac989

st (suckless terminal) config

Checking for the lower X11 special keys too. Thanks Benjamin R. Haskell!
Christoph Lohmann 20h@r-36.net
commit

fc2b3669682eaf571fc96762bd3c8e48bccac989

parent

3c6ec1995d8ec4d8d5da7ca81d15adfdb08086aa

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M st.cst.c

@@ -2728,7 +2728,7 @@ if(mappedkeys[i] == k)

break; } if(i == LEN(mappedkeys)) { - if((k & 0xFFFF) < 0xFF00) + if((k & 0xFFFF) < 0xFD00) return NULL; }