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