diff options
author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2011-06-01 19:57:48 +0200 |
---|---|---|
committer | Aurélien Aptel <aurelien.aptel@gmail.com> | 2011-06-01 19:57:48 +0200 |
commit | b2db58c2a05168257ee4e4b941f0533c6dde2a10 (patch) | |
tree | fdff315ff78f3c0b8c54ec1129c3ac68cb0dcec6 /st.info | |
parent | 6734de9b6e1e74e6c713a6a3e22322e80884828d (diff) | |
download | st-b2db58c2a05168257ee4e4b941f0533c6dde2a10.tar.gz st-b2db58c2a05168257ee4e4b941f0533c6dde2a10.zip |
add status bar (window title) to terminfo. (thx Rafa Gallego)
Diffstat (limited to 'st.info')
-rw-r--r-- | st.info | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 | ||