summaryrefslogtreecommitdiffstats
path: root/tty.c
AgeCommit message (Expand)Author
2021-08-17calloc for confirm-before data since the item needs to start NULL.nicm
2021-08-17Be more sophisticated about enabling synchronized updates when there isnicm
2021-08-13Add a menu when a popup is present (mouse only for now).nicm
2021-08-12Evaluate styles with the pane variables.nicm
2021-08-11Break the colour palette into a struct rather than just a single arraynicm
2021-08-11OSC 52 can be long enough to make tmux think the output buffer is toonicm
2021-08-06Another minor fix - do not draw positions that are under the popup withnicm
2021-08-06Tweak previous not to replace complete characters with spaces.nicm
2021-08-06Correctly draw wide characters that are partially obscured.nicm
2021-08-05Do not freeze output in panes when a popup is open, let them continue tonicm
2021-06-10Do not clear region based on current cursor position, this is notnicm
2021-06-10Improve logging of screen mode changes.nicm
2021-06-10Change cursor style handling so tmux understands which sequences containnicm
2021-03-12Fix so tmux correctly sends the cvvis (cursor very visible) capabilitynicm
2021-02-17Move the call to setupterm() into the client and have it pass thenicm
2021-01-18There is no need to clear every line entirely before drawing to it, thisnicm
2020-12-03Redraw any visible modes when status line changes so that formats likenicm
2020-11-09If mouse bits change, clear them all and set again to avoid problemsnicm
2020-10-05Use the setal capability as well as (tmux's) Setulc.nicm
2020-09-02Check started flag before looking for capability.nicm
2020-09-02Add a -w flag to set- and load-buffer to send to clipboard using OSC 52.nicm
2020-06-05Fix various confusion about am vs xenl.nicm
2020-06-02Move the code to set up a padding cell into grid.c.nicm
2020-05-24Now the tty has a pointer back to the client there is no point (and anicm
2020-05-22xterm* can have focus too.nicm
2020-05-16Add a terminal feature for enable/disable extended keys (supported bynicm
2020-05-16Add an option to set the pane border lines style from a choice of singlenicm
2020-05-16Add a client flag 'active-pane' which stores the active pane in thenicm
2020-05-16Add a -D flag to ask tmux not to daemonize, useful both for running anicm
2020-05-16Do not need to work out status line offset, we already have it.nicm
2020-05-16Do not hoke into struct window_pane from the tty code and instead setnicm
2020-05-16Rename and tidy some stuff in struct tty_ctx.nicm
2020-05-16Drop having a separate type for style options and make them all strings,nicm
2020-05-16Use a grid cell not a style for the pane style.nicm
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-21Do not clear client pane redraw flags until the redraw actually happens.nicm
2020-04-20Apply terminal-overrides after terminal detection, it always takesnicm
2020-04-20Change how sync works to always send the end sequence after all outputnicm
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
2020-04-18Bring back previons fix to only redraw panes that need it after a redrawnicm
2020-04-18Add a flag to protect against nested syncs and add some extra logging tonicm
2020-04-18Revert previous, there is still a problem.nicm
2020-04-18When a redraw is deferred because the terminal hasn't finished readingnicm
2020-04-17Set mode properly before and after redrawing, and don't bothernicm
2020-04-17Do not move the cursor to the existing y position if it is invalid, gonicm
2020-04-17Support the application escape sequence mintty (means tmux doesn't havenicm
2020-04-16Send secondary device attributes instead of primary which gives us a bitnicm
2020-04-16Move the UTF-8 flag to terminal flags.nicm