| Commit message (Expand) | Author | Age |
* | Merge branch 'obsd-master' | Thomas Adam | 2019-11-15 |
|\ |
|
| * | Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). | nicm | 2019-11-15 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-02 |
|\| |
|
| * | Store and restore cursor across reflow by working out a position based | nicm | 2019-04-02 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-20 |
|\| |
|
| * | Improve cursor positioning after reflow by storing the position as an | nicm | 2019-03-20 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-01-15 |
|\| |
|
| * | Do not highlight characters which will not be copied, reported by | nicm | 2019-01-15 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-07-31 |
|\| |
|
| * | Move struct screen_sel into screen.c and tidy up members that are only | nicm | 2018-07-31 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-07-04 |
|\| |
|
| * | Add accessors for grid linedata member, for some future work. From Dan | nicm | 2018-07-04 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-11-15 |
|\| |
|
| * | Completely rewrite the reflow code to correctly handle double width | nicm | 2017-11-15 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-11-02 |
|\| |
|
| * | There is no point in reflowing panes which have not changed width. | nicm | 2017-11-02 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-06 |
|\| |
|
| * | Add support for the xterm(1) title stack, from Brad Town, GitHub issue | nicm | 2017-10-05 |
* | | Linux build fixes | Thomas Adam | 2017-06-05 |
|/ |
|
* | Be more strict about escape sequences that rename windows or set titles: | nicm | 2017-06-04 |
* | Collect sequences of printable ASCII characters and process them | nicm | 2017-02-08 |
* | Make the selection able to exist independent of the cursor position, so | nicm | 2016-11-24 |
* | Add support for BCE (background colour erase). This makes various escape | nicm | 2016-10-13 |
* | Redraw selection in tty_draw_line, so it appears when redrawing whole | nicm | 2016-10-12 |
* | Add static in window-*.c and move some internal functions out of tmux.h. | nicm | 2016-10-11 |
* | Loads more static, except for cmd-*.c and window-*.c. | nicm | 2016-10-10 |
* | 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 |
* | Spelling error (incrased -> increased), from Josh Soref. | nicm | 2016-06-10 |
* | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
* | Couple of trivial style nits. | nicm | 2015-12-28 |
* | Count brackets in #{?...} so that nested conditional formats work, from | nicm | 2015-10-27 |
* | Only set default title to hostname on screens that are being used for a | nicm | 2015-08-28 |
* | correctly use HOST_NAME_MAX. | deraadt | 2015-01-11 |
* | Add V for select line with vi(1) keys. From Juho Pohjala. | nicm | 2014-11-06 |
* | Tidy up some includes. | nicm | 2014-10-20 |
* | Add xreallocarray and remove nmemb argument from xrealloc. | nicm | 2014-10-08 |
* | Various minor style and spacing nits. | nicm | 2014-09-01 |
* | Fix two copy mode problems: | nicm | 2014-08-11 |
* | Three small changes from Tiago Cunha: | nicm | 2014-01-09 |
* | Don't let cursor position overflow when reflowing, from Christopher | Nicholas Marriott | 2013-05-15 |
* | Rework reflow code so it does not do so much allocation which should be | Nicholas Marriott | 2013-03-21 |
* | Automatically reflow wrapped lines when a pane is resized, requested by | Nicholas Marriott | 2013-02-05 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott | 2012-07-10 |
* | Michael Krysiak points out that some terminals (eg mintty) have cursor | Nicholas Marriott | 2012-03-17 |
* | Support DECSCUSR sequence to set the cursor style with two new | Nicholas Marriott | 2011-05-20 |
* | Support xterm(1) cursor colour change sequences through terminfo(5) Cc | Nicholas Marriott | 2011-05-20 |
* | Don't need vis.h anymore. | Nicholas Marriott | 2011-05-04 |
* | Don't use strnvis for the title as it breaks UTF-8. set-titles is now | Nicholas Marriott | 2011-05-04 |
* | Fix rectangle copy to behave like emacs - the cursor is not part of the | Nicholas Marriott | 2010-12-11 |