From: Roberto E. Vargas Caballero Date: Sun, 25 Nov 2012 08:23:02 +0000 (+0100) Subject: Add key for toogling numlock handling X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/172f65436ce14a52842d67b862fdc45f8ff3ada3?ds=inline;hp=172f65436ce14a52842d67b862fdc45f8ff3ada3 Add key for toogling numlock handling Keypad will generate keycodes when keypad application mode is enabled. It can cause problems with some programs like vi, which operates in such mode. This patch change by default don't generate the keycodes never, but this behaviour can be changed using the combination Alt + NumLock. --- config.def.h | 34 ++++++++++++++++++---------------- st.c | 17 +++++++++++++++-- 2 files changed, 33 insertions(+), 18 deletions(-) ---