aboutsummarylogtreecommitdiffstats
path: root/st.info
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero2012-08-29 19:59:47 +0200
committerRoberto E. Vargas Caballero2012-08-29 19:59:47 +0200
commit4f227145083926eae96e1d6136e2fd81582c75e5 (patch)
tree335e7c9bb0a0acc9f93ab7fa476a7ab9e750d56d /st.info
parent9cfac535bdb62247595e483d1e13b03eeffafc0b (diff)
downloadaur-4f227145083926eae96e1d6136e2fd81582c75e5.tar.gz
Add TBC sequence
This sequence clears tab stops in the terminal. If the argument is not present or is zero, then removes the tab stop of the current horizontal position. If the argument is 3 then removes all the tab stops of the terminal. It was necessary modify the terminfo entry tbc, because it has \E[2g instead of the correct \E[3g. Signed-off-by: Roberto E. Vargas Caballero <k0ga@shike2.com> --- st.c | 12 ++++++++++++ st.info | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-)
Diffstat (limited to 'st.info')
-rw-r--r--st.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.info b/st.info
index ea67039df02e..d8e3d0d61b04 100644
--- a/st.info
+++ b/st.info
@@ -97,7 +97,7 @@ st| simpleterm,
smcup=\E[?1049h,
smso=\E[7m,
smul=\E[4m,
- tbc=\E[2g,
+ tbc=\E[3g,
tsl=\E]0;,
ul,
xenl,