Age | Commit message (Expand) | Author |
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 |
2014-12-15 | Only redraw affected lines when selection changes with mouse. From | Nicholas Marriott |
2014-11-09 | Expand formats in copy-pipe command, suggested by Suraj N Kurapati. | Nicholas Marriott |
2014-11-06 | Wrap when copy mode is used for output, from Balazs Kezes. | Nicholas Marriott |
2014-11-06 | Add V for select line with vi(1) keys. From Juho Pohjala. | Nicholas Marriott |
2014-10-22 | Fix some spacing nits. | Nicholas Marriott |
2014-10-08 | Add xreallocarray and remove nmemb argument from xrealloc. | Nicholas Marriott |
2014-10-02 | Copy ACS characters as UTF-8, from Balazs Kezes. | Nicholas Marriott |
2014-09-01 | Various minor style and spacing nits. | Nicholas Marriott |
2014-08-11 | No need to repeat other-end more than once, from Juho Pohjala. Also add | Nicholas Marriott |
2014-08-11 | Fix two copy mode problems: | Nicholas Marriott |
2014-06-19 | Copy newline when at EOL in vi(1) mode, from Balazs Kezes. | Nicholas Marriott |
2014-05-14 | Simplify copy lines, from Keith Amling. | Nicholas Marriott |
2014-05-13 | Add a copy mode key binding to copy to a named buffer. From J Raynor. | Nicholas Marriott |
2014-05-13 | Add support for named buffers. If you don't name a buffer, things work | Nicholas Marriott |
2014-04-24 | There is no longer a need for a paste_stack struct or for global_buffers | Nicholas Marriott |
2014-04-17 | Some more long lines. | Nicholas Marriott |
2014-04-11 | Don't blindly increase offsets by the return value of snprintf, if there | Nicholas Marriott |
2014-04-03 | Work out mouse scroll wheel effect when the mouse is first detected and | Nicholas Marriott |
2014-03-31 | Add setb -a to append and a copy mode append command, from J Raynor with | Nicholas Marriott |
2014-02-17 | Fix memory leaks with paste_replace, based on changes from J Raynor. | Nicholas Marriott |
2014-01-28 | Allow replacing each of the many sets of separate foo-{fg,bg,attr} | Nicholas Marriott |
2014-01-22 | Support paste key in copy mode input (for search etc). Also clamp length | Nicholas Marriott |
2014-01-22 | Only exit copy mode at the bottom if no selection in progress, from | Nicholas Marriott |
2013-11-20 | missing unsigned char casts areound tolower() | Theo de Raadt |
2013-11-09 | Support case insensitive searching in the same manner as emacs - all | Nicholas Marriott |
2013-11-08 | Correctly redraw the top two lines in copy mode when they are selected - | Nicholas Marriott |
2013-10-23 | Key to swap to other end of selection (bound to o with vi keys), from J | Nicholas Marriott |
2013-07-12 | Make next-word-end work properly with vi(1) keys, reported by patrick | Nicholas Marriott |