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 | |
| parent | 6734de9b6e1e74e6c713a6a3e22322e80884828d (diff) | |
| download | st-b2db58c2a05168257ee4e4b941f0533c6dde2a10.tar.xz st-b2db58c2a05168257ee4e4b941f0533c6dde2a10.zip | |
add status bar (window title) to terminfo. (thx Rafa Gallego)
| -rw-r--r-- | st.info | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -33,8 +33,10 @@ st| simpleterm,  	ed=\E[J,  	el=\E[K,  	el1=\E[1K, +	fsl=^G,  	home=\E[H,  	hpa=\E[%i%p1%dG, +	hs,  	ht=^I,  	hts=\EH,  	ich=\E[%p1%d@, @@ -93,6 +95,7 @@ st| simpleterm,  	smso=\E[7m,  	smul=\E[4m,  	tbc=\E[2g, +	tsl=\E]0;,  	ul,  	xenl, | 
