aboutsummaryrefslogtreecommitdiff
path: root/st.info
AgeCommit message (Collapse)AuthorFilesLines
2012-09-05Implement italic font support.Christoph Lohmann1-4/+6
2012-09-05Enable keypad set and unset commands.Christoph Lohmann1-0/+2
2012-09-05Disable BCE again.Christoph Lohmann1-1/+1
2012-09-04Updating the TODO and enabling BCE.Christoph Lohmann1-1/+1
2012-09-03Fixing a type in in2 in the st.info.Christoph Lohmann1-1/+1
2012-09-03Patch from Roberto Vargas. »Add initialization strings in terminfo«Christoph Lohmann1-0/+3
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.
2012-09-02Add standout mode.Christoph Lohmann1-2/+2
2012-09-02Add vpa terminfo capabilityRoberto E. Vargas Caballero1-0/+2
--- st.info | 2 ++ 1 file changed, 2 insertions(+)
2012-08-29Adding setb and setf and a comment about terminfo installation.Christoph Lohmann1-0/+2
2012-08-29Add TBC sequenceRoberto E. Vargas Caballero1-1/+1
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(-)
2011-08-14change "op" cap in terminfo entry to xterm/rxvt value.Aurélien Aptel1-1/+1
2011-06-08add altscreen escseq alias & caps to terminfo entry. (thx Bert Münnich)Aurélien Aptel1-0/+2
2011-06-08reverse video mode. (thx Bert Münnich)Aurélien Aptel1-0/+1
2011-06-01add status bar (window title) to terminfo. (thx Rafa Gallego)Aurélien Aptel1-0/+3
2011-05-10add mouse report escape to terminfo entry.Aurélien Aptel1-0/+1
2011-04-22selection clicks, shift+arrow keys, fast(er) redraw, key mask in config.h ↵Aurélien Aptel1-0/+4
(thx Magnus Leuthner)
2011-01-23fix insert key, terminfo and changed TERM back to st. (thx Ondrej Martinek)Aurélien Aptel1-1/+2
2010-12-08update terminfo entry.Aurélien Aptel1-0/+7
2010-12-08add new line glitch to terminfo entry.Aurélien Aptel1-0/+1
2010-09-03cleaning st.info. added comment in st.c for DECSCNM.Aurélien Aptel1-2/+6
2010-09-03cleaning st.info. fixed cvvis.Aurélien Aptel1-2/+13
2010-09-02fixed start/end sequence of gfx.Aurélien Aptel1-2/+2
2010-09-01started to go through st.info and fix things.Aurélien Aptel1-0/+3
2010-09-01capabilities sorted by capname in st.info. copy acsc from xterm.Aurélien Aptel1-13/+13
2010-08-22added F1-12 key, fixed DCH and ICH.Aurélien Aptel1-0/+12
2010-08-19fixed backspace problem, updated terminfo entry and moved TNAME in config.h.Aurélien Aptel1-1/+8
2010-07-24applied Devin J Pohly's st color info patches, thanks Devin!Anselm R Garbe1-6/+6
2009-05-10backport of local changesAnselm R Garbe1-0/+54