]> Sergey Matveev's repositories - st.git/commit
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)
commit18e2def3427e2f4dc2db64f34ed1dd92183fd268
treec56b0e83628bd0d98eab9c7dfc3d998cb7e095f3
parent1ad0b11415d51a86bacacddd91132b369efaf536
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