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://jasonwoof.com/gitweb/?a=commitdiff_plain;h=9d9e049eac3dacb2725f9d792f7cdd2230062313;hp=9d9e049eac3dacb2725f9d792f7cdd2230062313;p=st.git 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). ---