summaryrefslogtreecommitdiffstats
path: root/tty-features.c
AgeCommit message (Expand)Author
2022-04-15iTerm2 has OSC 7, from Gregory Anders.Nicholas Marriott
2022-03-24Add a capability for OSC 7 and use it similarly to how the title is setnicm
2021-12-21Support underscore style with capture-pane -e, GitHub issue 2928.nicm
2021-06-10Feature for the mouse since FreeBSD termcap does not have kmous.nicm
2021-06-10Three changes to fix problems with xterm in VT340 mode, reported bynicm
2020-10-05Use the setal capability as well as (tmux's) Setulc.nicm
2020-07-18Properly escape a backslash.daniel
2020-06-04Shorten some long lines.nicm
2020-05-19Some other ctrl keys need to be translated with extended keys on.nicm
2020-05-16Add a terminal feature for enable/disable extended keys (supported bynicm
2020-05-16Instead of having a default set of terminals in terminal-overrides thatnicm
2020-05-16Build list of paths and weed out duplicates before loading configs, andnicm
2020-05-16Add extension terminfo(5) capabilities for margins.nicm
2020-05-16Remove support for iTerm2's DSR 1337 extension and use the CSI > qnicm
2020-04-21Move the background colour to clear with (if any) up as well as the datanicm
2020-04-21256 and RGB features can imply AX (for aixterm colours).nicm
2020-04-20Apply terminal-overrides after terminal detection, it always takesnicm
2020-04-20Change the Sync capability to be a string instead of a flag.nicm
2020-04-20Tidy up the terminal detection and feature code and add named sets ofnicm