aboutsummaryrefslogtreecommitdiffhomepage
path: root/st.info
Commit message (Collapse)AuthorAge
* Disable BCE again.Gravatar Christoph Lohmann2012-09-05
|
* Updating the TODO and enabling BCE.Gravatar Christoph Lohmann2012-09-04
|
* Fixing a type in in2 in the st.info.Gravatar Christoph Lohmann2012-09-03
|
* Patch from Roberto Vargas. »Add initialization strings in terminfo«Gravatar Christoph Lohmann2012-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Taken from the description: When tput init is executed the list of task performed are (taken from terminfo(5)): run the program iprog output is1 is2 set the margins using mgc, smgl and smgr set tabs using tbc and hts print the file if and finally output is3. When reset is executed, a more stronger initialization process is performed, so the terminal can return from an unknown state. rs1, rs2 and rs3 are used in this case instead of using is1, is2 and is3. This patch makes is2 = rs2, resets insert mode and set normal keypad mode. For rs1 it performs a full initilization using ^[c.
* Add standout mode.Gravatar Christoph Lohmann2012-09-02
|
* Add vpa terminfo capabilityGravatar Roberto E. Vargas Caballero2012-09-02
| | | | | --- st.info | 2 ++ 1 file changed, 2 insertions(+)
* Adding setb and setf and a comment about terminfo installation.Gravatar Christoph Lohmann2012-08-29
|
* Add TBC sequenceGravatar Roberto 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.Gravatar Aurélien Aptel2011-08-14
|
* add altscreen escseq alias & caps to terminfo entry. (thx Bert Münnich)Gravatar Aurélien Aptel2011-06-08
|
* reverse video mode. (thx Bert Münnich)Gravatar Aurélien Aptel2011-06-08
|
* add status bar (window title) to terminfo. (thx Rafa Gallego)Gravatar Aurélien Aptel2011-06-01
|
* add mouse report escape to terminfo entry.Gravatar Aurélien Aptel2011-05-10
|
* selection clicks, shift+arrow keys, fast(er) redraw, key mask in config.h ↵Gravatar Aurélien Aptel2011-04-22
| | | | (thx Magnus Leuthner)
* fix insert key, terminfo and changed TERM back to st. (thx Ondrej Martinek)Gravatar Aurélien Aptel2011-01-23
|
* update terminfo entry.Gravatar Aurélien Aptel2010-12-08
|
* add new line glitch to terminfo entry.Gravatar Aurélien Aptel2010-12-08
|
* cleaning st.info. added comment in st.c for DECSCNM.Gravatar Aurélien Aptel2010-09-03
|
* cleaning st.info. fixed cvvis.Gravatar Aurélien Aptel2010-09-03
|
* fixed start/end sequence of gfx.Gravatar Aurélien Aptel2010-09-02
|
* started to go through st.info and fix things.Gravatar Aurélien Aptel2010-09-01
|
* capabilities sorted by capname in st.info. copy acsc from xterm.Gravatar Aurélien Aptel2010-09-01
|
* added F1-12 key, fixed DCH and ICH.Gravatar Aurélien Aptel2010-08-22
|
* fixed backspace problem, updated terminfo entry and moved TNAME in config.h.Gravatar Aurélien Aptel2010-08-19
|
* applied Devin J Pohly's st color info patches, thanks Devin!Gravatar Anselm R Garbe2010-07-24
|
* backport of local changesGravatar Anselm R Garbe2009-05-10