From: Roberto E. Vargas Caballero Date: Tue, 13 Nov 2012 19:04:45 +0000 (+0100) Subject: Remove hardcoded keys form kpress X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/ea782bfc5d34d712bc9391e498935d2d27f3116c?hp=ea782bfc5d34d712bc9391e498935d2d27f3116c Remove hardcoded keys form kpress Some keys were in the Key array while others were hardcoded in kpress().This cause some problems with some keys which can generate more of one string based in the configuration of the terminal. --- config.def.h | 70 ++++++++++++++++++++++++++++++++++++++++----------------- st.c | 71 +++++++++++++++++++++++++--------------------------------- 2 files changed, 79 insertions(+), 62 deletions(-) ---