summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/screen-write.c
AgeCommit message (Expand)Author
2019-11-28Parse out DA features.Nicholas Marriott
2019-09-24Some minor performance improvements - most notably, don't search theNicholas Marriott
2019-09-24Couple of bits of minor cleanup.Nicholas Marriott
2019-08-05Add support for the SD (scroll down) escape sequence, GitHub issue 1861.Nicholas Marriott
2019-07-08Use the clear history function for the 3J sequence rather than doing it manua...Nicholas Marriott
2019-07-06Correctly clear underscore colour in grid_get_cell1, also fix structNicholas Marriott
2019-06-27Add support for underscore colours with Setulc capability, mostly fromNicholas Marriott
2019-05-28Allow menu items to be disabled by putting a - at the start of theirNicholas Marriott
2019-05-10Add a function to draw a simple menu onto a screen.Nicholas Marriott
2019-04-18Pass target client and session to load_cfg from source-file so formatsNicholas Marriott
2019-04-03screen_write_fast_copy can no longer assume the target screen is defaultNicholas Marriott
2019-03-18Extend the #[] style syntax and use that together with previous formatNicholas Marriott
2019-03-14Add a wrapper (struct style) around styles rather than using theNicholas Marriott
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basedNicholas Marriott
2019-03-12Fix HPA in origin mode.Nicholas Marriott
2019-03-12Fix wrapping after origin mode change.Nicholas Marriott
2019-03-12Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner.Nicholas Marriott
2018-11-13Initialize context property in alignment test handler function.Nicholas Marriott
2018-11-12Allow style #[] in mode formats.Nicholas Marriott
2018-10-31Reset all flags in screen_write_reset, reported by Benjamin Poirier.Nicholas Marriott
2018-10-25Add a "terminal" colour which can be used instead of "default" in styleNicholas Marriott
2018-10-18Support for windows larger than visible on the attached client. This hasNicholas Marriott
2018-07-31Move struct screen_sel into screen.c and tidy up members that are onlyNicholas Marriott
2018-07-04Add accessors for grid linedata member, for some future work. From DanNicholas Marriott
2018-01-12Do not collect top-bit-set characters in case they need to be replaced.Nicholas Marriott
2017-11-15Completely rewrite the reflow code to correctly handle double widthNicholas Marriott
2017-11-03Support mouse on preview in tree mode.Nicholas Marriott
2017-11-02Make the mode draw function use the parent screen directly rather thanNicholas Marriott
2017-11-02Add a "fast" version of screen_write_copy for tree mode that doesn't doNicholas Marriott
2017-10-05When writing batches of characters to the screen, we need to clearNicholas Marriott
2017-08-09Add -F to choose-tree, choose-client, choose-buffer to specify theNicholas Marriott
2017-06-30Try to show a better preview of sessions and windows in tree mode.Nicholas Marriott
2017-06-12Need to flush out the linefeed after wrapper. GitHub issue 970.Nicholas Marriott
2017-06-04Typo/style; plus man page escaping from jmc.Nicholas Marriott
2017-05-31Style and spacing nits.Nicholas Marriott
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addNicholas Marriott
2017-05-12Need to store bg for ECH.Nicholas Marriott
2017-05-12Need to clear tty context before using it.Nicholas Marriott
2017-05-12Scrolling needs to use background colour.Nicholas Marriott
2017-05-12ECH needs to use background colour.Nicholas Marriott
2017-05-11Clear to start of screen needs to use background colour.Nicholas Marriott
2017-04-29Fix UTF-8 combining characters in column 0, based on a diff from KeithNicholas Marriott
2017-04-25Make full width panes try to play more nicely with terminal copy andNicholas Marriott
2017-04-22Can't collect UTF-8 characters of more than one byte at the moment.Nicholas Marriott
2017-03-07Need to flush before writing out cells we are not collecting, also addNicholas Marriott
2017-03-06When redrawing a combined UTF-8 characters in its existing position,Nicholas Marriott
2017-02-21Scrolling at least needs to be flushed before sending EL to the terminalNicholas Marriott
2017-02-16Handle insert cells when cursor at edge of screen correctly, and do aNicholas Marriott
2017-02-09Combining characters need a full flush.Nicholas Marriott
2017-02-09When an ordinary (not collected) cell is received, we need to flush anyNicholas Marriott