aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
Commit message (Expand)AuthorAge
* 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
|\|
| * Move struct options into options.c.nicm2015-10-27
* | Merge branch 'obsd-master'Thomas Adam2015-09-24
|\|
| * Assign flag not number for flag types (we got away with it so farnicm2015-09-24
* | Merge branch 'obsd-master'Thomas Adam2015-09-06
|\|
| * Tweak some error messages/comments.nicm2015-09-01
* | Merge branch 'obsd-master'Thomas Adam2015-07-28
|\|
| * Tidy up the way terminals are described and move some structs out of tmux.h.nicm2015-07-28
* | Merge branch 'obsd-master'Thomas Adam2015-04-20
|\|
| * Support setting the default window and pane background colours (windownicm2015-04-19