From: Roberto E. Vargas Caballero Date: Mon, 18 Aug 2014 21:23:51 +0000 (+0200) Subject: Fix definition of CONTROLC0 X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=8342036f983288046e03a34055c10fc6b6b11017;hp=8342036f983288046e03a34055c10fc6b6b11017;p=st.git Fix definition of CONTROLC0 DEL character is not thecnically talking a C0 control character, although it has some common properties with them, so it is useful for us consider it as C0. Before this patch DEL (\177), was not ignored as it ought to be. ---