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