aboutsummaryrefslogtreecommitdiff
path: root/tty-features.c
Commit message (Expand)AuthorAge
* Add a terminal feature for enable/disable extended keys (supported by xterm andNicholas Marriott2020-05-15
* CUD is not a requirement and tweak some comments.Nicholas Marriott2020-04-24
* rxvt needs XT also for the moment.Nicholas Marriott2020-04-24
* Do not redraw at all if nothing has changed.Nicholas Marriott2020-04-24
* All of this stuff can be const.Nicholas Marriott2020-04-24
* Add feature and capabilities for focus reporting. Also document AX and XT evenNicholas Marriott2020-04-24
* Add a feature for bracketed paste.Nicholas Marriott2020-04-24
* Add a feature for strikethrough.Nicholas Marriott2020-04-24
* Move terminal features into a single file.Nicholas Marriott2020-04-24
* Build list of paths and weed out duplicates before loading configs.Nicholas Marriott2020-04-23
* Add extension terminfo(5) capabilities for margins.Nicholas Marriott2020-04-23
* Remove support for iTerm2's DSR 1337 extension and use the CSI > q extensionNicholas Marriott2020-04-23
* Move the background colour to clear with (if any) up as well as the datanicm2020-04-21
* 256 and RGB features can imply AX (for aixterm colours).nicm2020-04-21
* 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