add status bar (window title) to terminfo. (thx Rafa Gallego)
This commit is contained in:
parent
6734de9b6e
commit
b2db58c2a0
3
st.info
3
st.info
|
@ -33,8 +33,10 @@ st| simpleterm,
|
||||||
ed=\E[J,
|
ed=\E[J,
|
||||||
el=\E[K,
|
el=\E[K,
|
||||||
el1=\E[1K,
|
el1=\E[1K,
|
||||||
|
fsl=^G,
|
||||||
home=\E[H,
|
home=\E[H,
|
||||||
hpa=\E[%i%p1%dG,
|
hpa=\E[%i%p1%dG,
|
||||||
|
hs,
|
||||||
ht=^I,
|
ht=^I,
|
||||||
hts=\EH,
|
hts=\EH,
|
||||||
ich=\E[%p1%d@,
|
ich=\E[%p1%d@,
|
||||||
|
@ -93,6 +95,7 @@ st| simpleterm,
|
||||||
smso=\E[7m,
|
smso=\E[7m,
|
||||||
smul=\E[4m,
|
smul=\E[4m,
|
||||||
tbc=\E[2g,
|
tbc=\E[2g,
|
||||||
|
tsl=\E]0;,
|
||||||
ul,
|
ul,
|
||||||
xenl,
|
xenl,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue