| Commit message (Expand) | Author | Age |
* | 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 |
* | Instead of loads of little screen_write_*_on and off functions which | Nicholas Marriott | 2013-03-21 |
* | Rather than having two grids for each pane, one for ASCII and one for | Nicholas Marriott | 2013-01-18 |
* | Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. | Nicholas Marriott | 2013-01-15 |
* | Handle resetting 256-colours properly when parsing #[default], | Nicholas Marriott | 2012-12-08 |
* | Use ACS characters for choose-tree arrows based on diff from Romain | Nicholas Marriott | 2012-09-24 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott | 2012-07-10 |
* | Revert screen-write.c r1.54 and fix the bug properly. After wrapping a | Nicholas Marriott | 2012-03-17 |
* | Store context off before moving the cursor when wrapping, to fix long | Nicholas Marriott | 2012-03-14 |
* | Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if | Nicholas Marriott | 2012-03-03 |
* | Add a -R flag to send-keys to reset the terminal. Written ages ago and | Nicholas Marriott | 2012-01-21 |
* | Support for \e[3J to clear the history. Also send the corresponding | Nicholas Marriott | 2011-10-23 |
* | Support setting the xterm clipboard when copying from copy mode using | Nicholas Marriott | 2011-05-18 |
* | Fix character position check, from Tiago Resende. | Nicholas Marriott | 2011-04-17 |
* | Fix to properly wrap wide characters, from Micah Cowan. | Nicholas Marriott | 2011-03-26 |
* | Support passing through escape sequences to the underlying terminal by | Nicholas Marriott | 2011-03-07 |
* | When clearing the entire screen, clear lines that are used into the | Nicholas Marriott | 2011-01-25 |
* | Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 | Nicholas Marriott | 2011-01-03 |