aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2020-04-16
|\
| * Add support for the iTerm2 sychronized updates escape sequence whichnicm2020-04-16
* | Merge branch 'obsd-master'Thomas Adam2020-01-28
|\|
| * If we can identify the terminal as iTerm2 or as tmux, we can be surenicm2020-01-28
* | Merge branch 'obsd-master'Thomas Adam2020-01-12
|\|
| * The terminal type was never as much use as I expected so remove it innicm2020-01-12
* | Merge branch 'obsd-master'Thomas Adam2019-11-28
|\|
| * Long lines and spacing fixes.nicm2019-11-28
* | Merge branch 'obsd-master'Thomas Adam2019-10-03
|\|
| * Do not lazily use BUFSIZ for "I don't care what size" when buildingnicm2019-10-03
* | Merge branch 'obsd-master'Thomas Adam2019-08-06
|\|
| * Add support for the SD (scroll down) escape sequence, GitHub issue 1861.nicm2019-08-05
* | Merge branch 'obsd-master'Thomas Adam2019-06-27
|\|
| * Add support for underscore colours with Setulc capability, mostly fromnicm2019-06-27
* | Merge branch 'obsd-master'Thomas Adam2019-05-29
|\|
| * Use VIS_CSTYLE for the arguments and add the missing escapes it cannicm2019-05-29
* | Merge branch 'obsd-master'Thomas Adam2019-05-13
|\|
| * Add support for overline (SGR 53), from Ricardo Banffy.nicm2019-05-13
* | 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
|\|