| Commit message (Expand) | Author | Age |
* | Merge branch 'obsd-master' | Thomas Adam | 2020-04-15 |
|\ |
|
| * | Instead of fixing with the cursor position when the copied screen is | nicm | 2020-04-15 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-15 |
|\| |
|
| * | Use grid_empty_line rather than memset when adding new lines on resize. | nicm | 2020-04-15 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-07 |
|\| |
|
| * | Do not restore history flag if it was never set. | nicm | 2020-04-07 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-03-31 |
|\| |
|
| * | Move alternate screen into the screen rather than the pane. | nicm | 2020-03-31 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-02-05 |
|\| |
|
| * | Make list-keys description clearer in tmux.1 and remove an unused variable. | nicm | 2020-02-05 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-02-03 |
|\| |
|
| * | Instead of passing titles through vis() which doubles backslashes, just | nicm | 2020-02-03 |
* | | 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 |