| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | Add xreallocarray and remove nmemb argument from xrealloc. | nicm | 2014-10-08 |
* | Copy ACS characters as UTF-8, from Balazs Kezes. | nicm | 2014-10-02 |
* | Various minor style and spacing nits. | nicm | 2014-09-01 |
* | No need to repeat other-end more than once, from Juho Pohjala. Also add | nicm | 2014-08-11 |
* | Fix two copy mode problems: | nicm | 2014-08-11 |
* | Copy newline when at EOL in vi(1) mode, from Balazs Kezes. | nicm | 2014-06-19 |
* | Simplify copy lines, from Keith Amling. | nicm | 2014-05-14 |
* | Add a copy mode key binding to copy to a named buffer. From J Raynor. | nicm | 2014-05-13 |
* | Add support for named buffers. If you don't name a buffer, things work | nicm | 2014-05-13 |
* | There is no longer a need for a paste_stack struct or for global_buffers | nicm | 2014-04-24 |
* | Some more long lines. | nicm | 2014-04-17 |
* | Don't blindly increase offsets by the return value of snprintf, if there | nicm | 2014-04-11 |
* | Work out mouse scroll wheel effect when the mouse is first detected and | nicm | 2014-04-03 |
* | Add setb -a to append and a copy mode append command, from J Raynor with | nicm | 2014-03-31 |
* | Fix memory leaks with paste_replace, based on changes from J Raynor. | nicm | 2014-02-17 |
* | Allow replacing each of the many sets of separate foo-{fg,bg,attr} | nicm | 2014-01-28 |
* | Support paste key in copy mode input (for search etc). Also clamp length | nicm | 2014-01-22 |
* | Only exit copy mode at the bottom if no selection in progress, from | nicm | 2014-01-22 |
* | missing unsigned char casts areound tolower() | deraadt | 2013-11-20 |
* | Support case insensitive searching in the same manner as emacs - all | nicm | 2013-11-09 |
* | Correctly redraw the top two lines in copy mode when they are selected - | nicm | 2013-11-08 |
* | Key to swap to other end of selection (bound to o with vi keys), from J | nicm | 2013-10-23 |
* | Make next-word-end work properly with vi(1) keys, reported by patrick | Nicholas Marriott | 2013-07-12 |
* | Whitespace nits, from Ben Boeckel. | Nicholas Marriott | 2013-07-05 |
* | Create a new context when copying instead of using the input | Nicholas Marriott | 2013-03-25 |
* | Add copy-pipe mode command to copy selection and also pipe to a command. | Nicholas Marriott | 2013-03-22 |
* | No more lint means no more ARGSUSED. | Nicholas Marriott | 2013-03-22 |
* | Automatically reflow wrapped lines when a pane is resized, requested by | Nicholas Marriott | 2013-02-05 |
* | Rather than having two grids for each pane, one for ASCII and one for | Nicholas Marriott | 2013-01-18 |
* | When scrolling in copy mode with the mouse, scroll screen rather than | Nicholas Marriott | 2012-11-27 |
* | Make mouse event structure clearer by defining events (up, click, drag) | Nicholas Marriott | 2012-10-26 |
* | Fix search forward so it can match strings on the last line, SF bug | Nicholas Marriott | 2012-09-25 |
* | Instead of numbering choose mode items 0-9a-z and then nothing, number | Nicholas Marriott | 2012-08-11 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott | 2012-07-10 |
* | Minor style nits - return (). | Nicholas Marriott | 2012-04-01 |
* | Only exit mouse mode on scroll wheel when actually reaching the end of | Nicholas Marriott | 2012-04-01 |
* | Add a wrap-search option to turn off wrapping of searches in copy | Nicholas Marriott | 2012-03-17 |
* | Always remember last cursor position when moving up or down, not just | Nicholas Marriott | 2012-03-11 |
* | Support "jump to" like vi in copy mode using t and T keys. Also add x | Nicholas Marriott | 2011-12-04 |