Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
8342036
)
Fix definition of CONTROLC0
author
Roberto E. Vargas Caballero <
[email protected]
>
Mon, 18 Aug 2014 21:23:51 +0000
(23:23 +0200)
committer
Roberto E. Vargas Caballero <
[email protected]
>
Tue, 19 Aug 2014 10:57:44 +0000
(12:57 +0200)
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.
No differences found