| Commit message (Expand) | Author | Age |
| * | window_copy_pagedown shouldn't reset the mode anymore, instead let the | nicm | 2017-02-08 |
| * | Add a window or pane id "tag" to each format tree and use it to separate | nicm | 2017-02-03 |
| * | Add support for the OSC 4 and OSC 104 palette setting escape sequences, | nicm | 2017-01-07 |
| * | Incremental search in copy mode (on for emacs keys by default) - much | nicm | 2017-01-06 |
| * | Highlight all occurrences of search string after searching in copy mode. | nicm | 2017-01-05 |
| * | Make the selection able to exist independent of the cursor position, so | nicm | 2016-11-24 |
| * | Add copy-pipe-and-cancel, from Artem Fokin. | nicm | 2016-11-15 |
| * | Add support for BCE (background colour erase). This makes various escape | nicm | 2016-10-13 |
| * | Unused variable and missing time.h. | nicm | 2016-10-12 |
| * | Add static in window-*.c and move some internal functions out of tmux.h. | nicm | 2016-10-11 |
| * | Support double and triple clicks (they are cumulative, so double is | nicm | 2016-10-11 |
| * | Fundamental change to how copy mode key bindings work: | nicm | 2016-10-11 |
| * | Use xsnprintf not snprintf for the prompt in window_copy_write_line | nicm | 2016-10-09 |
| * | Remove some dead code in cmd-move-window.c and make a load of local | nicm | 2016-10-03 |
| * | Allow repeat count to be specified in mode key tables with bind-key -R, | nicm | 2016-09-12 |
| * | Remove unused variable, from Ben Boeckel. | nicm | 2016-05-23 |
| * | Some tidying of copy mode search functions, based on a diff from Lukasz | nicm | 2016-05-03 |
| * | Use the same code for half page scrolling as full, from Michal Mazurek. | nicm | 2016-05-01 |
| * | Add next/previous paragraph, from J Raynor. | nicm | 2016-04-27 |
| * | Make scrolling behaviour more sensible and maintain cursor position, as | nicm | 2016-03-18 |
| * | When a mouse drag is finished, fire a MouseUp key press, instead of | nicm | 2016-03-01 |
| * | Do not wrap cursor at start or end of history, from Michal Mazurek. | nicm | 2016-02-05 |
| * | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
| * | Add cmdq as an argument to format_create and add a format for the | nicm | 2015-12-11 |
| * | Remove format_create_flags and just pass flags to format_create. | nicm | 2015-12-08 |
| * | Use __unused rather than rolling our own. | nicm | 2015-11-18 |
| * | Long overdue change to the way we store cells in the grid: now, instead | nicm | 2015-11-13 |
| * | Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 | nicm | 2015-11-12 |
| * | Support UTF-8 key bindings by expanding the key type from int to | nicm | 2015-11-12 |
| * | Because pledge(2) does not allow us to pass directory file descriptors | nicm | 2015-10-31 |
| * | Move struct options into options.c. | nicm | 2015-10-27 |
| * | Format for scroll position, from Jorge Morante. | nicm | 2015-10-23 |
| * | Style nit, int for flags not u_int. | nicm | 2015-09-14 |
| * | Add copy-mode -e to exit copy mode when scrolling off the bottom, useful | nicm | 2015-09-13 |
| * | Move struct paste_buffer out of tmux.h. | nicm | 2015-08-29 |
| * | Give clock mode its own timer. | nicm | 2015-08-28 |
| * | Set working directory for run-shell and if-shell. | nicm | 2015-04-24 |
| * | cmd_mouse_pane can return NULL, check for that. | nicm | 2015-04-21 |
| * | Remove unused-but-set variables, from Thomas Adam. | nicm | 2015-04-20 |
| * | Make jump-to-backward/jump-to-forward repeatable with | nicm | 2015-04-20 |
| * | Rewrite of tmux mouse support which was a mess. Instead of having | nicm | 2015-04-19 |
| * | Add a -x flag to copy-selection, append-selection and start-named-buffer | nicm | 2015-04-10 |
| * | Fix some format specifier nits, from Ben Boeckel. | nicm | 2015-03-31 |
| * | Wrap all the individual format_* calls in a single format_defaults | nicm | 2015-02-05 |
| * | Shorten some long lines. | nicm | 2015-01-15 |
| * | Only redraw affected lines when selection changes with mouse. From | nicm | 2014-12-15 |
| * | Expand formats in copy-pipe command, suggested by Suraj N Kurapati. | nicm | 2014-11-09 |
| * | Wrap when copy mode is used for output, from Balazs Kezes. | nicm | 2014-11-06 |
| * | Add V for select line with vi(1) keys. From Juho Pohjala. | nicm | 2014-11-06 |
| * | Fix some spacing nits. | nicm | 2014-10-22 |