aboutsummaryrefslogtreecommitdiff
path: root/st.info
Commit message (Collapse)AuthorAge
...
* Add TBC sequenceRoberto E. Vargas Caballero2012-08-29
| | | | | | | | | | | | | 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(-)
* change "op" cap in terminfo entry to xterm/rxvt value.Aurélien Aptel2011-08-14
|
* add altscreen escseq alias & caps to terminfo entry. (thx Bert Münnich)Aurélien Aptel2011-06-08
|
* reverse video mode. (thx Bert Münnich)Aurélien Aptel2011-06-08
|
* add status bar (window title) to terminfo. (thx Rafa Gallego)Aurélien Aptel2011-06-01
|
* add mouse report escape to terminfo entry.Aurélien Aptel2011-05-10
|
* selection clicks, shift+arrow keys, fast(er) redraw, key mask in config.h ↵Aurélien Aptel2011-04-22
| | | | (thx Magnus Leuthner)
* fix insert key, terminfo and changed TERM back to st. (thx Ondrej Martinek)Aurélien Aptel2011-01-23
|
* update terminfo entry.Aurélien Aptel2010-12-08
|
* add new line glitch to terminfo entry.Aurélien Aptel2010-12-08
|
* cleaning st.info. added comment in st.c for DECSCNM.Aurélien Aptel2010-09-03
|
* cleaning st.info. fixed cvvis.Aurélien Aptel2010-09-03
|
* fixed start/end sequence of gfx.Aurélien Aptel2010-09-02
|
* started to go through st.info and fix things.Aurélien Aptel2010-09-01
|
* capabilities sorted by capname in st.info. copy acsc from xterm.Aurélien Aptel2010-09-01
|
* added F1-12 key, fixed DCH and ICH.Aurélien Aptel2010-08-22
|
* fixed backspace problem, updated terminfo entry and moved TNAME in config.h.Aurélien Aptel2010-08-19
|
* applied Devin J Pohly's st color info patches, thanks Devin!Anselm R Garbe2010-07-24
|
* backport of local changesAnselm R Garbe2009-05-10