summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/screen-write.c
AgeCommit message (Expand)Author
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
2017-02-08Add support for scroll up escape sequence (CSI S) and use it whenNicholas Marriott
2017-02-08Collect sequences of printable ASCII characters and process themNicholas Marriott
2017-02-08Some other tidying bits.Nicholas Marriott
2017-02-08Add a helper to store a cell, and some tidying.Nicholas Marriott
2017-02-08Trying to avoid the occasional newline by saving the last cell on screenNicholas Marriott
2017-02-06Add BCE for clear to start of screen, which was somehow missed.Nicholas Marriott
2017-02-06Only redraw the modified character when adding combining characters, notNicholas Marriott
2017-01-12Fix setting the palette of aixterm colours (90-97).Nicholas Marriott
2017-01-05Highlight all occurrences of search string after searching in copy mode.Nicholas Marriott
2016-12-09Spacing nits.Nicholas Marriott
2016-10-18Zero dirty count after flushing.Nicholas Marriott
2016-10-13Add support for BCE (background colour erase). This makes various escapeNicholas Marriott
2016-10-12Fix a couple of problems with insert mode: flush dirty cells before weNicholas Marriott
2016-10-12Redraw selection in tty_draw_line, so it appears when redrawing wholeNicholas Marriott
2016-10-05screen_write_copy tried to be clever and clear the line if it reachedNicholas Marriott
2016-10-05Wrap some long lines in screen-write.c.Nicholas Marriott
2016-09-29Check padding when writing any character with width > 1, in case theyNicholas Marriott
2016-09-02Remember the number of lines scrolled into the history (versus clearedNicholas Marriott
2016-07-15Don't update cells in each block of data read from a pane immediately,Nicholas Marriott
2016-07-15Instead of representing colours in several different forms with variousNicholas Marriott
2016-06-06Cache selected state so that cells going from selected to unselected are notNicholas Marriott
2016-05-30Do not draw character to screen if it has not changed, and do not saveNicholas Marriott
2016-05-27Padding cell is always the same so use a static.Nicholas Marriott
2016-05-27Break the save-last-cell code into a separate function (so it can beNicholas Marriott
2016-04-29Make the grid_cell passed into screen_write_* const.Nicholas Marriott
2016-01-31Clear RGB flags during selection.Nicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2015-12-11Style nits and line wrapping of function declarations.Nicholas Marriott
2015-11-23Partly revert previous, it is harmless to keep support for UTF-8 mouseNicholas Marriott
2015-11-23Remove support for the UTF-8 mouse extension. This was a briefly used,Nicholas Marriott
2015-11-18Use __unused rather than rolling our own.Nicholas Marriott
2015-11-14All these return values from utf8_* are confusing, use an enum.Nicholas Marriott
2015-11-14Be more strict about invalid UTF-8.Nicholas Marriott
2015-11-13Long overdue change to the way we store cells in the grid: now, insteadNicholas Marriott
2015-11-12Rename overly-long utf8data to ud throughout.Nicholas Marriott
2015-11-12Nuke the utf8 and status-utf8 options and make tmux only a UTF-8Nicholas Marriott
2015-09-14Remove some extra blank lines.Nicholas Marriott
2015-07-13Revert to marking lines as wrapped on newlines, fixes problems withNicholas Marriott
2014-11-08Two improvements to reflow from Balazs Kezes:Nicholas Marriott
2014-10-20Better format for printf format attributes.Nicholas Marriott
2014-10-02Copy ACS characters as UTF-8, from Balazs Kezes.Nicholas Marriott
2014-04-17Some more long lines.Nicholas Marriott
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}Nicholas Marriott
2013-05-15RIS should reset focus reporting, from Hayaki Saito.Nicholas Marriott