Age | Commit message (Expand) | Author |
2020-05-16 | Store and restore cursor position when copy mode is resized, from | Nicholas Marriott |
2020-04-22 | Update the cursor position when deleting lines from screens without | Nicholas Marriott |
2020-04-18 | A resize can realloc so cannot cache the value of the list pointer. | Nicholas Marriott |
2020-04-18 | There is no point in keeping a bunch of different text buffers for each | Nicholas Marriott |
2020-04-17 | Make sure the cursor position is still on screen after we have trimmed | Nicholas Marriott |
2020-04-15 | Instead of fixing with the cursor position when the copied screen is | Nicholas Marriott |
2020-04-15 | Use grid_empty_line rather than memset when adding new lines on resize. | Nicholas Marriott |
2020-04-07 | Do not restore history flag if it was never set. | Nicholas Marriott |
2020-03-31 | Move alternate screen into the screen rather than the pane. | Nicholas Marriott |
2020-02-05 | Make list-keys description clearer in tmux.1 and remove an unused variable. | Nicholas Marriott |
2020-02-03 | Instead of passing titles through vis() which doubles backslashes, just | Nicholas Marriott |
2019-11-15 | Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). | Nicholas Marriott |
2019-04-02 | Store and restore cursor across reflow by working out a position based | Nicholas Marriott |
2019-03-20 | Improve cursor positioning after reflow by storing the position as an | Nicholas Marriott |
2019-01-15 | Do not highlight characters which will not be copied, reported by | Nicholas Marriott |
2018-07-31 | Move struct screen_sel into screen.c and tidy up members that are only | Nicholas Marriott |
2018-07-04 | Add accessors for grid linedata member, for some future work. From Dan | Nicholas Marriott |
2017-11-15 | Completely rewrite the reflow code to correctly handle double width | Nicholas Marriott |
2017-11-02 | There is no point in reflowing panes which have not changed width. | Nicholas Marriott |
2017-10-05 | Add support for the xterm(1) title stack, from Brad Town, GitHub issue | Nicholas Marriott |
2017-06-04 | Be more strict about escape sequences that rename windows or set titles: | Nicholas Marriott |
2017-02-08 | Collect sequences of printable ASCII characters and process them | Nicholas Marriott |
2016-11-24 | Make the selection able to exist independent of the cursor position, so | Nicholas Marriott |
2016-10-13 | Add support for BCE (background colour erase). This makes various escape | Nicholas Marriott |
2016-10-12 | Redraw selection in tty_draw_line, so it appears when redrawing whole | Nicholas Marriott |
2016-10-11 | Add static in window-*.c and move some internal functions out of tmux.h. | Nicholas Marriott |
2016-10-10 | Loads more static, except for cmd-*.c and window-*.c. | Nicholas Marriott |
2016-09-02 | Remember the number of lines scrolled into the history (versus cleared | Nicholas Marriott |
2016-07-15 | Don't update cells in each block of data read from a pane immediately, | Nicholas Marriott |
2016-06-10 | Spelling error (incrased -> increased), from Josh Soref. | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-12-28 | Couple of trivial style nits. | Nicholas Marriott |
2015-10-27 | Count brackets in #{?...} so that nested conditional formats work, from | Nicholas Marriott |
2015-08-28 | Only set default title to hostname on screens that are being used for a | Nicholas Marriott |
2015-01-11 | correctly use HOST_NAME_MAX. | Theo de Raadt |
2014-11-06 | Add V for select line with vi(1) keys. From Juho Pohjala. | Nicholas Marriott |
2014-10-20 | Tidy up some includes. | Nicholas Marriott |
2014-10-08 | Add xreallocarray and remove nmemb argument from xrealloc. | Nicholas Marriott |
2014-09-01 | Various minor style and spacing nits. | Nicholas Marriott |
2014-08-11 | Fix two copy mode problems: | Nicholas Marriott |
2014-01-09 | Three small changes from Tiago Cunha: | Nicholas Marriott |
2013-05-15 | Don't let cursor position overflow when reflowing, from Christopher | Nicholas Marriott |
2013-03-21 | Rework reflow code so it does not do so much allocation which should be | Nicholas Marriott |
2013-02-05 | Automatically reflow wrapped lines when a pane is resized, requested by | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-03-17 | Michael Krysiak points out that some terminals (eg mintty) have cursor | Nicholas Marriott |
2011-05-20 | 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-04 | 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 |