]> Sergey Matveev's repositories - st.git/commit
Fix Identification sequences
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Sun, 7 Oct 2012 09:06:00 +0000 (11:06 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Sun, 7 Oct 2012 09:06:00 +0000 (11:06 +0200)
commit976b34d1fc7d563f0f532f05f410263747df80bb
tree9e54ef8573128b722df9336d3eea700e0323df1d
parentf0ee36878cca03306480e91bc7ac6f5a32fd6d22
Fix Identification sequences
Do not send NUL character in the identification (use (sizeof(VT102ID) - 1),
and finish  the sequence once you execute it.
---
 st.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
st.c