JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add HTS sequence
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Wed, 29 Aug 2012 17:59:43 +0000 (19:59 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Wed, 29 Aug 2012 17:59:43 +0000 (19:59 +0200)
commit93901ca4fee8a1ab71cb8b918f3d65404460f9ce
treedca9c5766a56ef85b8047b624c76b58927289503
parentee7fd748ac7bfabda2ac37251d230b45adb3e138
Add HTS sequence

This sequence adds a new tab stop in the current horizontal position. This
means that tputtab must be look for the next tab stop in the tabs array
instead of using a hard coded value offset. Also, CHT sequence XXX message
is removed because it is not a vt10x sequence (as far as I know it is a
vt50x sequence), and it is not implemented by linux virtual terminal neither
by xterm.

Signed-off-by: Roberto E. Vargas Caballero <k0ga@shike2.com>
---
 st.c |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
st.c