summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tty.c
AgeCommit message (Expand)Author
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
2020-01-12The terminal type was never as much use as I expected so remove it inNicholas Marriott
2019-12-11Do not set cursor colour to default unless it has been changed, GitHubNicholas Marriott
2019-11-28Long lines and spacing fixes.Nicholas Marriott
2019-11-28Store xpixel/ypixel from TIOCGWINSZ and add formats.Nicholas Marriott
2019-11-14CUB and CUF are also limited by the margins so use CUP instead whenNicholas Marriott
2019-09-19Do not use bright when emulating 256 colours on an 8 colour terminalNicholas Marriott
2019-08-05Add support for the SD (scroll down) escape sequence, GitHub issue 1861.Nicholas Marriott
2019-08-01xterm 348 now disables margins when resized, so send DECLRMM again.Nicholas Marriott
2019-07-16Fix check for wrapping when redrawing entire lines, GitHub issue 1836.Nicholas Marriott
2019-06-27Add support for underscore colours with Setulc capability, mostly fromNicholas Marriott
2019-06-26Fix some comments (top/bottom not left/right).Nicholas Marriott
2019-06-20Add a per-pane option set. Pane options inherit from window options (soNicholas Marriott
2019-05-30I had hoped that non-xenl terminals had died out, at least in fairlyNicholas Marriott
2019-05-13Add support for overline (SGR 53), from Ricardo Banffy.Nicholas Marriott
2019-04-25Need a fallback for -2 for aixterm colours.Nicholas Marriott
2019-04-24Use bg not fg when adjusting for aixterm, from Ailin Nemui.Nicholas Marriott
2019-04-24Use setaf/setab for aixterm colours, from Ailin Nemui.Nicholas Marriott
2019-04-17Set the window size as well as the layout size when using the presetNicholas Marriott
2019-03-14Fix ED1 (clear end of screen), reported by Marc Reisner.Nicholas Marriott
2019-03-14Add a wrapper (struct style) around styles rather than using theNicholas Marriott
2019-03-14Do not use const on struct window_pane, it causes more trouble than itNicholas Marriott
2019-03-13Need to set attributes before clearing.Nicholas Marriott
2019-03-12Set a flag on cells are genuinely empty (cleared and never written to)Nicholas Marriott
2019-03-04Don't set client offset if client is not a terminalNicholas Marriott