29 Commits (034dc71fb8227e8963f22b123f30962ec0b6bca7)

Author SHA1 Message Date
Christoph Lohmann 980c5956ed Enabling enacs and adding compatibility to xterm and urxvt for alternative
charsets.
12 years ago
Christoph Lohmann 462a966ee2 Implement italic font support. 12 years ago
Christoph Lohmann a61b9ea82e Enable keypad set and unset commands. 12 years ago
Christoph Lohmann da4a77edbe Disable BCE again. 12 years ago
Christoph Lohmann 052a617828 Updating the TODO and enabling BCE. 12 years ago
Christoph Lohmann 466decd535 Fixing a type in in2 in the st.info. 12 years ago
Christoph Lohmann cfefa054e8 Patch from Roberto Vargas. »Add initialization strings in terminfo«
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.
12 years ago
Christoph Lohmann b11d85c9be Add standout mode. 12 years ago
Roberto E. Vargas Caballero 4cdcc39539 Add vpa terminfo capability
---
 st.info |    2 ++
 1 file changed, 2 insertions(+)
12 years ago
Christoph Lohmann ff040e9894 Adding setb and setf and a comment about terminfo installation. 12 years ago
Roberto E. Vargas Caballero c084c06b40 Add TBC sequence
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(-)
12 years ago
Aurélien Aptel f78b793d91 change "op" cap in terminfo entry to xterm/rxvt value. 13 years ago
Aurélien Aptel 189a81caa1 add altscreen escseq alias & caps to terminfo entry. (thx Bert Münnich) 13 years ago
Aurélien Aptel d59f92d6f1 reverse video mode. (thx Bert Münnich) 13 years ago
Aurélien Aptel b2db58c2a0 add status bar (window title) to terminfo. (thx Rafa Gallego) 13 years ago
Aurélien Aptel 0107293a44 add mouse report escape to terminfo entry. 13 years ago
Aurélien Aptel 9d5ea14b9d selection clicks, shift+arrow keys, fast(er) redraw, key mask in config.h (thx Magnus Leuthner) 13 years ago
Aurélien Aptel 4d649c2403 fix insert key, terminfo and changed TERM back to st. (thx Ondrej Martinek) 14 years ago
Aurélien Aptel e8b18dd97b update terminfo entry. 14 years ago
Aurélien Aptel fd1149866f add new line glitch to terminfo entry. 14 years ago
Aurélien Aptel 273d4ba938 cleaning st.info. added comment in st.c for DECSCNM. 14 years ago
Aurélien Aptel c43526153f cleaning st.info. fixed cvvis. 14 years ago
Aurélien Aptel 7d325a3797 fixed start/end sequence of gfx. 14 years ago
Aurélien Aptel 42344b7154 started to go through st.info and fix things. 14 years ago
Aurélien Aptel a79bc96c94 capabilities sorted by capname in st.info. copy acsc from xterm. 14 years ago
Aurélien Aptel a7922bd1d9 added F1-12 key, fixed DCH and ICH. 14 years ago
Aurélien Aptel ce3f4fc647 fixed backspace problem, updated terminfo entry and moved TNAME in config.h. 14 years ago
Anselm R Garbe 10e49a0505 applied Devin J Pohly's st color info patches, thanks Devin! 14 years ago
Anselm R Garbe d58dd3b8bc backport of local changes 15 years ago