summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tty.c
AgeCommit message (Expand)Author
2020-12-03Redraw any visible modes when status line changes so that formats likeNicholas Marriott
2020-11-09If mouse bits change, clear them all and set again to avoid problemsNicholas Marriott
2020-10-05Use the setal capability as well as (tmux's) Setulc.Nicholas Marriott
2020-09-02Check started flag before looking for capability.Nicholas Marriott
2020-09-02Add a -w flag to set- and load-buffer to send to clipboard using OSC 52.Nicholas Marriott
2020-06-05Fix various confusion about am vs xenl.Nicholas Marriott
2020-06-02Move the code to set up a padding cell into grid.c.Nicholas Marriott
2020-05-24Now the tty has a pointer back to the client there is no point (and aNicholas Marriott
2020-05-22xterm* can have focus too.Nicholas Marriott
2020-05-16Add a terminal feature for enable/disable extended keys (supported byNicholas Marriott
2020-05-16Add an option to set the pane border lines style from a choice of singleNicholas Marriott
2020-05-16Add a client flag 'active-pane' which stores the active pane in theNicholas Marriott
2020-05-16Add a -D flag to ask tmux not to daemonize, useful both for running aNicholas Marriott
2020-05-16Do not need to work out status line offset, we already have it.Nicholas Marriott
2020-05-16Do not hoke into struct window_pane from the tty code and instead setNicholas Marriott
2020-05-16Rename and tidy some stuff in struct tty_ctx.Nicholas Marriott
2020-05-16Drop having a separate type for style options and make them all strings,Nicholas Marriott
2020-05-16Use a grid cell not a style for the pane style.Nicholas Marriott
2020-05-16Instead of having a default set of terminals in terminal-overrides thatNicholas Marriott
2020-05-16Do not redraw or update mode if nothing has changed.Nicholas Marriott
2020-05-16Add feature and capabilities for focus reporting. Also document AX andNicholas Marriott
2020-05-16Add a feature for bracketed paste.Nicholas Marriott
2020-05-16Add extension terminfo(5) capabilities for margins.Nicholas Marriott
2020-05-16Remove support for iTerm2's DSR 1337 extension and use the CSI > qNicholas Marriott
2020-04-21Do not clear client pane redraw flags until the redraw actually happens.Nicholas Marriott
2020-04-20Apply terminal-overrides after terminal detection, it always takesNicholas Marriott
2020-04-20Change how sync works to always send the end sequence after all outputNicholas Marriott
2020-04-20Change the Sync capability to be a string instead of a flag.Nicholas Marriott
2020-04-20Tidy up the terminal detection and feature code and add named sets ofNicholas Marriott
2020-04-18Bring back previons fix to only redraw panes that need it after a redrawNicholas Marriott
2020-04-18Add a flag to protect against nested syncs and add some extra logging toNicholas Marriott
2020-04-18Revert previous, there is still a problem.Nicholas Marriott
2020-04-18When a redraw is deferred because the terminal hasn't finished readingNicholas Marriott
2020-04-17Set mode properly before and after redrawing, and don't botherNicholas Marriott
2020-04-17Do not move the cursor to the existing y position if it is invalid, goNicholas Marriott
2020-04-17Support the application escape sequence mintty (means tmux doesn't haveNicholas Marriott
2020-04-16Send secondary device attributes instead of primary which gives us a bitNicholas Marriott
2020-04-16Move the UTF-8 flag to terminal flags.Nicholas Marriott
2020-04-16Add a helper function to get the terminal flags.Nicholas Marriott
2020-04-16Add support for the iTerm2 sychronized updates escape sequence whichNicholas Marriott
2020-04-09Wait until the initial command sequence is done before sending a deviceNicholas Marriott
2020-03-24Add support for overlay popup boxes to show text or output temporarilyNicholas Marriott
2020-03-17Do not return early if no bits changed because may still need to change the s...Nicholas Marriott
2020-03-16VTE treats each mouse mode bit as independent, so turning off 1000Nicholas Marriott
2020-03-16Turn off mouse mode 1003 as well as the rest when exiting.Nicholas Marriott
2020-01-29Do not send DA and DSR again if already have a response.Nicholas Marriott
2020-01-28If we can identify the terminal as iTerm2 or as tmux, we can be sureNicholas Marriott
2020-01-13Stop handling DA and DSR after a second (they should be the first thingNicholas Marriott
2020-01-13Be more specific in the DSR we are looking for so it doesn't getNicholas Marriott
2020-01-12Detect iTerm2 and enable DECSLRM.Nicholas Marriott