| Commit message (Expand) | Author | Age | Files | Lines |
* | Store and restore cursor across reflow by working out a position based |  nicm | 2019-04-02 | 1 | -5/+5 |
* | Improve cursor positioning after reflow by storing the position as an |  nicm | 2019-03-20 | 1 | -32/+28 |
* | Do not highlight characters which will not be copied, reported by |  nicm | 2019-01-15 | 1 | -3/+11 |
* | Move struct screen_sel into screen.c and tidy up members that are only |  nicm | 2018-07-31 | 1 | -25/+41 |
* | Add accessors for grid linedata member, for some future work. From Dan |  nicm | 2018-07-04 | 1 | -5/+4 |
* | Completely rewrite the reflow code to correctly handle double width |  nicm | 2017-11-15 | 1 | -11/+2 |
* | There is no point in reflowing panes which have not changed width. |  nicm | 2017-11-02 | 1 | -2/+3 |
* | Add support for the xterm(1) title stack, from Brad Town, GitHub issue |  nicm | 2017-10-05 | 1 | -1/+69 |
* | Be more strict about escape sequences that rename windows or set titles: |  nicm | 2017-06-04 | 1 | -2/+3 |
* | Collect sequences of printable ASCII characters and process them |  nicm | 2017-02-08 | 1 | -6/+2 |
* | Make the selection able to exist independent of the cursor position, so |  nicm | 2016-11-24 | 1 | -3/+15 |
* | Add support for BCE (background colour erase). This makes various escape |  nicm | 2016-10-13 | 1 | -4/+5 |
* | Redraw selection in tty_draw_line, so it appears when redrawing whole |  nicm | 2016-10-12 | 1 | -1/+17 |
* | Add static in window-*.c and move some internal functions out of tmux.h. |  nicm | 2016-10-11 | 1 | -2/+4 |
* | Loads more static, except for cmd-*.c and window-*.c. |  nicm | 2016-10-10 | 1 | -7/+7 |
* | Remember the number of lines scrolled into the history (versus cleared |  nicm | 2016-09-02 | 1 | -7/+10 |
* | Don't update cells in each block of data read from a pane immediately, |  nicm | 2016-07-15 | 1 | -1/+5 |
* | Spelling error (incrased -> increased), from Josh Soref. |  nicm | 2016-06-10 | 1 | -2/+2 |
* | I no longer use my SourceForge address so replace it. |  nicm | 2016-01-19 | 1 | -2/+2 |
* | Couple of trivial style nits. |  nicm | 2015-12-28 | 1 | -3/+3 |
* | Count brackets in #{?...} so that nested conditional formats work, from |  nicm | 2015-10-27 | 1 | -3/+1 |
* | Only set default title to hostname on screens that are being used for a |  nicm | 2015-08-28 | 1 | -8/+2 |
* | correctly use HOST_NAME_MAX. |  deraadt | 2015-01-11 | 1 | -3/+3 |
* | Add V for select line with vi(1) keys. From Juho Pohjala. |  nicm | 2014-11-06 | 1 | -1/+2 |
* | Tidy up some includes. |  nicm | 2014-10-20 | 1 | -4/+4 |
* | Add xreallocarray and remove nmemb argument from xrealloc. |  nicm | 2014-10-08 | 1 | -3/+3 |
* | Various minor style and spacing nits. |  nicm | 2014-09-01 | 1 | -2/+2 |
* | Fix two copy mode problems: |  nicm | 2014-08-11 | 1 | -6/+19 |
* | Three small changes from Tiago Cunha: |  nicm | 2014-01-09 | 1 | -6/+2 |
* | Don't let cursor position overflow when reflowing, from Christopher |  nicm | 2013-05-15 | 1 | -2/+8 |
* | Rework reflow code so it does not do so much allocation which should be |  nicm | 2013-03-21 | 1 | -10/+5 |
* | Automatically reflow wrapped lines when a pane is resized, requested by |  nicm | 2013-02-05 | 1 | -2/+20 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -9/+7 |
* | Michael Krysiak points out that some terminals (eg mintty) have cursor |  nicm | 2012-03-17 | 1 | -2/+2 |
* | Support DECSCUSR sequence to set the cursor style with two new |  nicm | 2011-05-20 | 1 | -1/+10 |
* | Support xterm(1) cursor colour change sequences through terminfo(5) Cc |  nicm | 2011-05-20 | 1 | -1/+11 |
* | Don't need vis.h anymore. |  nicm | 2011-05-04 | 1 | -2/+1 |
* | Don't use strnvis for the title as it breaks UTF-8. set-titles is now |  nicm | 2011-05-04 | 1 | -2/+2 |
* | Fix rectangle copy to behave like emacs - the cursor is not part of the |  nicm | 2010-12-11 | 1 | -3/+3 |
* | Merge copy mode and output mode, dropping the latter. Idea and code from |  nicm | 2010-04-06 | 1 | -2/+3 |
* | rather than using an empty "" as the default window title, put the hostname |  beck | 2010-04-04 | 1 | -2/+7 |
* | Rectangle copy support, from Robin Lee Powell. |  nicm | 2010-02-06 | 1 | -37/+78 |
* | Fix selection behaviour when the cursor is moved backwards (ie so the selection |  nicm | 2010-01-03 | 1 | -4/+24 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last |  nicm | 2009-12-03 | 1 | -5/+5 |
* | Change the way the grid is stored, previously it was: |  nicm | 2009-08-08 | 1 | -11/+5 |
* | Plug some memory leaks. |  nicm | 2009-07-30 | 1 | -1/+3 |
* | When resizing a screen smaller in alternate screen mode, all the lines needed |  nicm | 2009-07-17 | 1 | -2/+2 |
* | Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full |  nicm | 2009-07-13 | 1 | -7/+21 |
* | When the terminal size is reduced horizontally, don't truncate lines to the new |  nicm | 2009-07-09 | 1 | -35/+10 |
* | When reinitialising the screen, do not omit to clear the last line. |  nicm | 2009-07-08 | 1 | -2/+2 |