X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.c;h=42061b9809a3e4221fb6ac9564cf35057e6d4d60;hb=2696f8187509eb94644bbac5b05348e37c391bea;hp=fc64a779d35346b6394fa8df332230b388318166;hpb=78215c8ee0f4cb62655730260520f185ce97c620;p=st.git 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; }