aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2011-06-01 19:57:48 +0200
committerAurélien Aptel <aurelien.aptel@gmail.com>2011-06-01 19:57:48 +0200
commitbf6a11a4820e29d273a1608d1955f576549ced74 (patch)
treefdff315ff78f3c0b8c54ec1129c3ac68cb0dcec6
parenta05423cb6ad0e7d9d4c30741b32dc237aabd0f01 (diff)
downloadst-patched-bf6a11a4820e29d273a1608d1955f576549ced74.tar.bz2
st-patched-bf6a11a4820e29d273a1608d1955f576549ced74.tar.xz
st-patched-bf6a11a4820e29d273a1608d1955f576549ced74.zip
add status bar (window title) to terminfo. (thx Rafa Gallego)
-rw-r--r--st.info3
1 files changed, 3 insertions, 0 deletions
diff --git a/st.info b/st.info
index ece22fa..1cc6349 100644
--- a/st.info
+++ b/st.info
@@ -33,8 +33,10 @@ st| simpleterm,
33 ed=\E[J, 33 ed=\E[J,
34 el=\E[K, 34 el=\E[K,
35 el1=\E[1K, 35 el1=\E[1K,
36 fsl=^G,
36 home=\E[H, 37 home=\E[H,
37 hpa=\E[%i%p1%dG, 38 hpa=\E[%i%p1%dG,
39 hs,
38 ht=^I, 40 ht=^I,
39 hts=\EH, 41 hts=\EH,
40 ich=\E[%p1%d@, 42 ich=\E[%p1%d@,
@@ -93,6 +95,7 @@ st| simpleterm,
93 smso=\E[7m, 95 smso=\E[7m,
94 smul=\E[4m, 96 smul=\E[4m,
95 tbc=\E[2g, 97 tbc=\E[2g,
98 tsl=\E]0;,
96 ul, 99 ul,
97 xenl, 100 xenl,
98 101