summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tty-features.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the setal capability as well as (tmux's) Setulc.nicm2020-10-051-2/+3
* Properly escape a backslash.daniel2020-07-181-3/+3
* Shorten some long lines.nicm2020-06-041-6/+11
* Some other ctrl keys need to be translated with extended keys on.nicm2020-05-191-2/+2
* Add a terminal feature for enable/disable extended keys (supported bynicm2020-05-161-3/+16
* Instead of having a default set of terminals in terminal-overrides thatnicm2020-05-161-3/+2
* Add feature and capabilities for focus reporting. Also document AX andnicm2020-05-161-24/+36
* Add a feature for bracketed paste.nicm2020-05-161-6/+18
* Add a feature for strikethrough.nicm2020-05-161-5/+17
* Move terminal features into a single file.nicm2020-05-161-2/+38
* Build list of paths and weed out duplicates before loading configs, andnicm2020-05-161-2/+2
* Add extension terminfo(5) capabilities for margins.nicm2020-05-161-4/+13
* Remove support for iTerm2's DSR 1337 extension and use the CSI > qnicm2020-05-161-2/+2
* Move the background colour to clear with (if any) up as well as the datanicm2020-04-211-3/+3
* 256 and RGB features can imply AX (for aixterm colours).nicm2020-04-211-1/+3
* Apply terminal-overrides after terminal detection, it always takesnicm2020-04-201-3/+6
* Change the Sync capability to be a string instead of a flag.nicm2020-04-201-3/+2
* Tidy up the terminal detection and feature code and add named sets ofnicm2020-04-201-0/+264