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