From: Roberto E. Vargas Caballero Date: Mon, 18 Aug 2014 21:19:58 +0000 (+0200) Subject: Make useful DEL in application mode X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/9d9e049eac3dacb2725f9d792f7cdd2230062313?hp=9d9e049eac3dacb2725f9d792f7cdd2230062313 Make useful DEL in application mode DEL key has to generate the sequence ^[P in application mode, because such sequence means delete current character. It implies that the character sent in keypad mode must be ^? (DEL character). ---