| Commit message (Expand) | Author | Age |
* | Create a new context when copying instead of using the input context. The input | Nicholas Marriott | 2013-03-21 |
* | Extend jobs to support writing and use that for copy-pipe instead of popen, | Nicholas Marriott | 2013-03-21 |
* | Add copy-pipe mode command to copy selection and also pipe to a command. | Nicholas Marriott | 2013-02-19 |
* | No more lint means no more ARGSUSED. | Nicholas Marriott | 2013-02-17 |
* | Merge branch 'obsd-master' | Thomas Adam | 2013-02-07 |
|\ |
|
| * | Automatically reflow wrapped lines when a pane is resized, requested by | Nicholas Marriott | 2013-02-05 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2013-01-30 |
|\| |
|
| * | Rather than having two grids for each pane, one for ASCII and one for | Nicholas Marriott | 2013-01-18 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2012-11-27 |
|\| |
|
| * | When scrolling in copy mode with the mouse, scroll screen rather than | Nicholas Marriott | 2012-11-27 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2012-10-26 |
|\| |
|
| * | Make mouse event structure clearer by defining events (up, click, drag) | Nicholas Marriott | 2012-10-26 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2012-09-25 |
|\| |
|
| * | 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 |
| * | Move word-separators to be a session rather than window option, from Ben | Nicholas Marriott | 2011-11-15 |
| * | When copying, make repeat count indicate buffer to replace if used. | Nicholas Marriott | 2011-10-23 |
| * | PANE_FREEZE doesn't do anything anymore, so remove it. | Nicholas Marriott | 2011-06-27 |
| * | 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-05-18 |
| * | Tweak copy behaviour slightly in vi mode to be closer to real vi. From | Nicholas Marriott | 2011-04-24 |
| * | When mode-mouse is on (it is off by default), automatically enter copy | Nicholas Marriott | 2011-04-19 |
| * | Style: uint -> u_int and a missing else. | Nicholas Marriott | 2011-03-28 |
| * | Change from a per-session stack of buffers to one global stack which is | Nicholas Marriott | 2010-12-30 |
| * | Support all four of the xterm mouse modes. Based on a diff from hsim at | Nicholas Marriott | 2010-12-29 |
| * | Fix rectangle copy to behave like emacs - the cursor is not part of the | Nicholas Marriott | 2010-12-11 |
| * | When resizing the copy mode screen, don't allow it to end up with the | Nicholas Marriott | 2010-09-11 |
| * | Do not crash if the screen size is too small for the indicator in copy mode. | Nicholas Marriott | 2010-09-08 |
| * | Fix a crash: if remain-on-exit is set and the pane has exited, the | Nicholas Marriott | 2010-07-22 |
| * | replace some magic mouse constants with defines for clarity. ok nicm | Ted Unangst | 2010-06-29 |
| * | Use a macro-based mask for obtaining a key or modifier-set from the | Nicholas Marriott | 2010-06-06 |
| * | Make start-of-line work the same as end-of-line on wrapped lines (jump | Nicholas Marriott | 2010-06-05 |
| * | When the mode-mouse option is on, support dragging to make a selection | Nicholas Marriott | 2010-05-31 |
| * | Pass in the session, rather than the client, to window modes' key() | Nicholas Marriott | 2010-05-23 |
| * | Fix crash when resizing in copy mode, when cursor can end up outside screen. | Nicholas Marriott | 2010-04-28 |
| * | Merge copy mode and output mode, dropping the latter. Idea and code from | Nicholas Marriott | 2010-04-06 |
| * | paste-buffer should be per pane, from C. Coutinho. | Nicholas Marriott | 2010-03-22 |
| * | Add vi-style "jump" commands for copy mode, from Micah Cowan. | Nicholas Marriott | 2010-03-22 |
| * | Fix a use-after-free when cancelling copy mode, or trying to repeat cancel. | Nicholas Marriott | 2010-03-14 |
| * | Permit keys in copy mode to be prefixed by a repeat count, entered with | Nicholas Marriott | 2010-03-02 |
| * | Extend the end-of-line key so that in normal mode a second press moves | Nicholas Marriott | 2010-03-01 |
| * | Option to set the characters considered word separators in copy mode, from | Nicholas Marriott | 2010-02-22 |
| * | Another copy mode fix from Micah Cowan: in rectangle copy mode, the cursor | Nicholas Marriott | 2010-02-22 |