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