X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/78215c8ee0f4cb62655730260520f185ce97c620..2696f8187509eb94644bbac5b05348e37c391bea:/st.c diff --git a/st.c b/st.c index fc64a77..42061b9 100644 --- a/st.c +++ b/st.c @@ -2742,12 +2742,13 @@ kmap(KeySym k, uint state) { continue; if(term.numlock && kp->appkey == 2) continue; - } else if (kp->appkey < 0 && IS_SET(MODE_APPKEYPAD)) { + } else if(kp->appkey < 0 && IS_SET(MODE_APPKEYPAD)) { continue; } if((kp->appcursor < 0 && IS_SET(MODE_APPCURSOR)) || - (kp->appcursor > 0 && !IS_SET(MODE_APPCURSOR))) { + (kp->appcursor > 0 + && !IS_SET(MODE_APPCURSOR))) { continue; }