aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2019-04-25
|\
| * options_array_item_value cannot return NULL.nicm2019-04-25
* | Merge branch 'obsd-master'Thomas Adam2019-04-23
|\|
| * Indicate an array option with a flag rather than a special type so thatnicm2019-04-23
* | Merge branch 'obsd-master'Thomas Adam2019-03-18
|\|
| * Make array options a sparse tree instead of an array of char * andnicm2019-03-18
| * Support for extended underline styles on terminals which offer them,nicm2018-10-18
* | Use :: for escaping : in terminal-overrides not \:.Nicholas Marriott2018-10-08
* | Support for extended underline styles, enabled by adding the SmulxNicholas Marriott2018-10-08
* | Cast parameters to tparm, from Christos Zoulas via Leonardo Taccari.Nicholas Marriott2018-09-05
* | Merge branch 'obsd-master'Thomas Adam2018-05-07
|\|
| * Handle terminfo colors > 256 correctly, GitHub issue 1337.nicm2018-05-07
* | Merge branch 'obsd-master'Thomas Adam2018-02-04
|\|
| * Upstream ncurses has introduced terminfo capabilities to specify RGBnicm2018-02-04
* | Merge branch 'obsd-master'Thomas Adam2017-08-27
|\|
| * Use kind and kri for S-Up/Down as well as kUP and kDN.nicm2017-08-27
* | Merge branch 'obsd-master'Thomas Adam2017-06-16
|\|
| * Log terminal capabilities for each new terminal.nicm2017-06-16
* | tparm() fix for Solaris.Nicholas Marriott2017-06-04
* | Merge branch 'obsd-master'Thomas Adam2017-05-31
|\|
| * Look for setrgbf and setrgbb terminfo extensions for RGB colour. This isnicm2017-05-31
* | Merge branch 'obsd-master'Thomas Adam2017-05-15
|\|
| * Check the terminfo(5) U8 capability and disable using UTF-8 for ACS ifnicm2017-05-15
* | Merge branch 'obsd-master'Thomas Adam2017-03-22
|\|
| * Add support for the strikethrough attribute (SGR 9), using the new smxxnicm2017-03-22
* | Merge branch 'obsd-master'Thomas Adam2017-02-21
|\|
| * Don't need is1,is2,is3 so remove them.nicm2017-02-21
* | Merge branch 'obsd-master'Thomas Adam2017-02-08
|\|
| * Add support for scroll up escape sequence (CSI S) and use it whennicm2017-02-08
* | Merge branch 'obsd-master'Thomas Adam2017-02-07
|\|
| * Use DECFRA on VT420 compatible terminals (so, xterm) and ED on allnicm2017-02-06
* | Merge branch 'obsd-master'Thomas Adam2017-01-24
|\|
| * Convert terminal-overrides to an array option.nicm2017-01-24
* | Merge branch 'obsd-master'Thomas Adam2017-01-13
|\|
| * Make options_get_string return const string.nicm2017-01-13
* | Merge branch 'obsd-master'Thomas Adam2016-12-10
|\|
| * Spacing nits.nicm2016-12-09
* | Merge branch 'obsd-master'Thomas Adam2016-10-12
|\|
| * Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-10
* | Merge branch 'obsd-master'Thomas Adam2016-01-29
|\|
| * Support for RGB colour, using the extended cell mechanism to avoidnicm2016-01-29
* | Merge branch 'obsd-master'Thomas Adam2016-01-19
|\|
| * I no longer use my SourceForge address so replace it.nicm2016-01-19
* | Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott2015-12-11
|\ \
| * | Merge branch 'obsd-master'Thomas Adam2015-12-11
| |\|
| | * Style nits and line wrapping of function declarations.nicm2015-12-11
* | | Look for ncurses with PKG_CONFIG, and remove libtinfo because it just causesNicholas Marriott2015-12-11
|/ /
* | Merge branch 'obsd-master'Thomas Adam2015-11-18
|\|
| * Sync the entire xmalloc.[ch] with the other users, but with the additionnicm2015-11-18
* | Merge branch 'obsd-master'Thomas Adam2015-10-27
|\|