JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
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)
commit25f47cb83a71f7d2872a197209cc2d8cd1c955ec
tree9e54ef8573128b722df9336d3eea700e0323df1d
parentffeeb678c5c6c6b895ad494b5b62195dd9893f65
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