Age | Commit message (Expand) | Author |
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 |
2013-07-05 | Whitespace nits, from Ben Boeckel. | Nicholas Marriott |
2013-07-05 | Act like vi(1) when moving words, from Ben Boeckel. | Nicholas Marriott |
2013-03-25 | Create a new context when copying instead of using the input | Nicholas Marriott |
2013-03-25 | Extend jobs to support writing and use that for copy-pipe instead of | Nicholas Marriott |
2013-03-22 | 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-02-05 | Automatically reflow wrapped lines when a pane is resized, requested by | Nicholas Marriott |
2013-01-18 | Rather than having two grids for each pane, one for ASCII and one for | Nicholas Marriott |
2012-11-27 | When scrolling in copy mode with the mouse, scroll screen rather than | Nicholas Marriott |
2012-10-26 | Make mouse event structure clearer by defining events (up, click, drag) | Nicholas Marriott |
2012-09-25 | Fix search forward so it can match strings on the last line, SF bug | Nicholas Marriott |
2012-08-11 | Instead of numbering choose mode items 0-9a-z and then nothing, number | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-04-01 | 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-03-17 | Add a wrap-search option to turn off wrapping of searches in copy | Nicholas Marriott |
2012-03-11 | Always remember last cursor position when moving up or down, not just | Nicholas Marriott |
2011-12-04 | Support "jump to" like vi in copy mode using t and T keys. Also add x | Nicholas Marriott |
2011-11-15 | Move word-separators to be a session rather than window option, from Ben | Nicholas Marriott |
2011-10-23 | When copying, make repeat count indicate buffer to replace if used. | Nicholas Marriott |
2011-06-27 | PANE_FREEZE doesn't do anything anymore, so remove it. | Nicholas Marriott |
2011-05-18 | Support setting the xterm clipboard when copying from copy mode using | Nicholas Marriott |
2011-05-18 | Add three new copy-mode commands - select-line, copy-line, | Nicholas Marriott |
2011-05-18 | Use button mouse mode not any for copy mode, fixes issues with | Nicholas Marriott |
2011-04-24 | Tweak copy behaviour slightly in vi mode to be closer to real vi. From | Nicholas Marriott |
2011-04-19 | When mode-mouse is on (it is off by default), automatically enter copy | Nicholas Marriott |
2011-03-28 | Style: uint -> u_int and a missing else. | Nicholas Marriott |
2010-12-30 | Change from a per-session stack of buffers to one global stack which is | Nicholas Marriott |
2010-12-29 | Support all four of the xterm mouse modes. Based on a diff from hsim at | Nicholas Marriott |
2010-12-11 | Fix rectangle copy to behave like emacs - the cursor is not part of the | Nicholas Marriott |
2010-09-11 | When resizing the copy mode screen, don't allow it to end up with the | Nicholas Marriott |
2010-09-08 | Do not crash if the screen size is too small for the indicator in copy mode. | Nicholas Marriott |