JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Ignore all control characters not handled
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Wed, 26 Sep 2012 18:53:46 +0000 (20:53 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Wed, 26 Sep 2012 18:53:46 +0000 (20:53 +0200)
commita7d7e29300acade90f2025f0b85fa5eae06edb24
treec56b0e83628bd0d98eab9c7dfc3d998cb7e095f3
parent375b6e5b175ce0a01d47288e94e9c4a8acc3939a
Ignore all control characters not handled

Taken from vt100 programmer manual:

Control characters have values of \000 - \037, and \177. The control
characters recognized by the VT100 are shown in Table 3-10. All
other control codes cause no action to be taken.

We have to take attention when we are using alternate charset, because in
this cases they are not used as control characters.
---
 st.c |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
st.c