aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
Commit message (Expand)AuthorAge
* setupterm needs char * not const char * on some platforms.nicm2021-08-25
* Fix warnings, from Jan Tache in GitHub issue 2692.nicm2021-06-10
* Three changes to fix problems with xterm in VT340 mode, reported bynicm2021-06-10
* There is no need to call del_curterm in the server anymore.nicm2021-03-01
* Move the call to setupterm() into the client and have it pass thenicm2021-02-17
* Send Unicode directional isolate characters around horizontal panenicm2021-02-05
* Set RGB flag if capabilities are present, GitHub issue 2418.nicm2020-10-13
* Use the setal capability as well as (tmux's) Setulc.nicm2020-10-05
* Do not run off end of string when stripping delays, reported by Davenicm2020-08-24
* Fix various confusion about am vs xenl.nicm2020-06-05
* Add a terminal feature for enable/disable extended keys (supported bynicm2020-05-16
* Instead of having a default set of terminals in terminal-overrides thatnicm2020-05-16
* Add extension terminfo(5) capabilities for margins.nicm2020-05-16
* Overrides need to be applied both before and after features in case theynicm2020-04-23
* Apply terminal-overrides after terminal detection, it always takesnicm2020-04-20
* Change the Sync capability to be a string instead of a flag.nicm2020-04-20
* Tidy up the terminal detection and feature code and add named sets ofnicm2020-04-20
* Add support for the iTerm2 sychronized updates escape sequence whichnicm2020-04-16
* If we can identify the terminal as iTerm2 or as tmux, we can be surenicm2020-01-28
* The terminal type was never as much use as I expected so remove it innicm2020-01-12
* Long lines and spacing fixes.nicm2019-11-28
* Do not lazily use BUFSIZ for "I don't care what size" when buildingnicm2019-10-03
* Add support for the SD (scroll down) escape sequence, GitHub issue 1861.nicm2019-08-05
* Add support for underscore colours with Setulc capability, mostly fromnicm2019-06-27
* Use VIS_CSTYLE for the arguments and add the missing escapes it cannicm2019-05-29
* Add support for overline (SGR 53), from Ricardo Banffy.nicm2019-05-13
* options_array_item_value cannot return NULL.nicm2019-04-25
* Indicate an array option with a flag rather than a special type so thatnicm2019-04-23
* 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
* Handle terminfo colors > 256 correctly, GitHub issue 1337.nicm2018-05-07
* Upstream ncurses has introduced terminfo capabilities to specify RGBnicm2018-02-04
* Use kind and kri for S-Up/Down as well as kUP and kDN.nicm2017-08-27
* Log terminal capabilities for each new terminal.nicm2017-06-16
* Look for setrgbf and setrgbb terminfo extensions for RGB colour. This isnicm2017-05-31
* Check the terminfo(5) U8 capability and disable using UTF-8 for ACS ifnicm2017-05-15
* Add support for the strikethrough attribute (SGR 9), using the new smxxnicm2017-03-22
* Don't need is1,is2,is3 so remove them.nicm2017-02-21
* Add support for scroll up escape sequence (CSI S) and use it whennicm2017-02-08
* Use DECFRA on VT420 compatible terminals (so, xterm) and ED on allnicm2017-02-06
* Convert terminal-overrides to an array option.nicm2017-01-24
* Make options_get_string return const string.nicm2017-01-13
* Spacing nits.nicm2016-12-09
* Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-10
* Support for RGB colour, using the extended cell mechanism to avoidnicm2016-01-29
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Style nits and line wrapping of function declarations.nicm2015-12-11
* Sync the entire xmalloc.[ch] with the other users, but with the additionnicm2015-11-18
* Move struct options into options.c.nicm2015-10-27
* Assign flag not number for flag types (we got away with it so farnicm2015-09-24