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