summaryrefslogtreecommitdiffstats
path: root/tty-term.c
AgeCommit message (Expand)Author
2019-05-13Merge branch 'obsd-master'Thomas Adam
2019-05-13Add support for overline (SGR 53), from Ricardo Banffy.nicm
2019-04-25Merge branch 'obsd-master'Thomas Adam
2019-04-25options_array_item_value cannot return NULL.nicm
2019-04-23Merge branch 'obsd-master'Thomas Adam
2019-04-23Indicate an array option with a flag rather than a special type so thatnicm
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Make array options a sparse tree instead of an array of char * andnicm
2018-10-18Support for extended underline styles on terminals which offer them,nicm
2018-10-08Use :: for escaping : in terminal-overrides not \:.Nicholas Marriott
2018-10-08Support for extended underline styles, enabled by adding the SmulxNicholas Marriott
2018-09-05Cast parameters to tparm, from Christos Zoulas via Leonardo Taccari.Nicholas Marriott
2018-05-07Merge branch 'obsd-master'Thomas Adam
2018-05-07Handle terminfo colors > 256 correctly, GitHub issue 1337.nicm
2018-02-04Merge branch 'obsd-master'Thomas Adam
2018-02-04Upstream ncurses has introduced terminfo capabilities to specify RGBnicm
2017-08-27Merge branch 'obsd-master'Thomas Adam
2017-08-27Use kind and kri for S-Up/Down as well as kUP and kDN.nicm
2017-06-16Merge branch 'obsd-master'Thomas Adam
2017-06-16Log terminal capabilities for each new terminal.nicm
2017-06-04tparm() fix for Solaris.Nicholas Marriott
2017-05-31Merge branch 'obsd-master'Thomas Adam
2017-05-31Look for setrgbf and setrgbb terminfo extensions for RGB colour. This isnicm
2017-05-15Merge branch 'obsd-master'Thomas Adam
2017-05-15Check the terminfo(5) U8 capability and disable using UTF-8 for ACS ifnicm
2017-03-22Merge branch 'obsd-master'Thomas Adam
2017-03-22Add support for the strikethrough attribute (SGR 9), using the new smxxnicm
2017-02-21Merge branch 'obsd-master'Thomas Adam
2017-02-21Don't need is1,is2,is3 so remove them.nicm
2017-02-08Merge branch 'obsd-master'Thomas Adam
2017-02-08Add support for scroll up escape sequence (CSI S) and use it whennicm
2017-02-07Merge branch 'obsd-master'Thomas Adam
2017-02-06Use DECFRA on VT420 compatible terminals (so, xterm) and ED on allnicm
2017-01-24Merge branch 'obsd-master'Thomas Adam
2017-01-24Convert terminal-overrides to an array option.nicm
2017-01-13Merge branch 'obsd-master'Thomas Adam
2017-01-13Make options_get_string return const string.nicm
2016-12-10Merge branch 'obsd-master'Thomas Adam
2016-12-09Spacing nits.nicm
2016-10-12Merge branch 'obsd-master'Thomas Adam
2016-10-10Loads more static, except for cmd-*.c and window-*.c.nicm
2016-01-29Merge branch 'obsd-master'Thomas Adam
2016-01-29Support for RGB colour, using the extended cell mechanism to avoidnicm
2016-01-19Merge branch 'obsd-master'Thomas Adam
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-11Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2015-12-11Look for ncurses with PKG_CONFIG, and remove libtinfo because it just causesNicholas Marriott
2015-12-11Merge branch 'obsd-master'Thomas Adam
2015-12-11Style nits and line wrapping of function declarations.nicm
2015-11-18Merge branch 'obsd-master'Thomas Adam