]> Sergey Matveev's repositories - st.git/commit
Allow control characters inside escape sequences
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Wed, 26 Sep 2012 18:55:18 +0000 (20:55 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Wed, 26 Sep 2012 18:55:18 +0000 (20:55 +0200)
commitbcbf5156bee158d3737170a9feda860852149881
tree33266c16701061f439d0c9a2b10ddb2b9dc59053
parent18e2def3427e2f4dc2db64f34ed1dd92183fd268
Allow control characters inside escape sequences
Taken from vt100 manual programmer:

Control characters (codes \0 to \37 inclusive) are specifically
excluded from the control sequence syntax, but may be embedded
within a control sequence. Embedded control characters are executed
as soon as they are encountered by the VT100. The processing of the
control sequence then continues with the next character received.
---
 st.c |   68 +++++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)
st.c