aboutsummaryrefslogtreecommitdiff
path: root/window-copy.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2014-05-13
|\
| * Add a copy mode key binding to copy to a named buffer. From J Raynor.nicm2014-05-13
| * Add support for named buffers. If you don't name a buffer, things worknicm2014-05-13
* | Merge branch 'obsd-master'Thomas Adam2014-04-24
|\|
| * There is no longer a need for a paste_stack struct or for global_buffersnicm2014-04-24
* | Merge branch 'obsd-master'Thomas Adam2014-04-23
|\|
| * Some more long lines.nicm2014-04-17
| * Don't blindly increase offsets by the return value of snprintf, if therenicm2014-04-11
* | Merge branch 'obsd-master'Thomas Adam2014-04-05
|\|
| * Work out mouse scroll wheel effect when the mouse is first detected andnicm2014-04-03
| * Add setb -a to append and a copy mode append command, from J Raynor withnicm2014-03-31
* | Add setb -a to append and a copy mode append command, from J Raynor with minorNicholas Marriott2014-03-06
* | Merge branch 'obsd-master'Thomas Adam2014-02-19
|\|
| * Fix memory leaks with paste_replace, based on changes from J Raynor.nicm2014-02-17
* | Merge branch 'obsd-master'Thomas Adam2014-01-31
|\|
| * Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm2014-01-28
| * Support paste key in copy mode input (for search etc). Also clamp lengthnicm2014-01-22
| * Only exit copy mode at the bottom if no selection in progress, fromnicm2014-01-22
| * missing unsigned char casts areound tolower()deraadt2013-11-20
* | Merge branch 'obsd-master'Thomas Adam2013-11-14
|\|
| * Support case insensitive searching in the same manner as emacs - allnicm2013-11-09
| * Correctly redraw the top two lines in copy mode when they are selected -nicm2013-11-08
| * Key to swap to other end of selection (bound to o with vi keys), from Jnicm2013-10-23
* | Merge branch 'obsd-master'Thomas Adam2013-07-13
|\|
| * Make next-word-end work properly with vi(1) keys, reported by patrickNicholas Marriott2013-07-12
* | Merge branch 'obsd-master'Thomas Adam2013-07-06
|\|
| * Whitespace nits, from Ben Boeckel.Nicholas Marriott2013-07-05
| * Create a new context when copying instead of using the inputNicholas Marriott2013-03-25
| * Add copy-pipe mode command to copy selection and also pipe to a command.Nicholas Marriott2013-03-22
| * No more lint means no more ARGSUSED.Nicholas Marriott2013-03-22
* | Create a new context when copying instead of using the input context. The inputNicholas Marriott2013-03-21
* | Extend jobs to support writing and use that for copy-pipe instead of popen,Nicholas Marriott2013-03-21
* | Add copy-pipe mode command to copy selection and also pipe to a command.Nicholas Marriott2013-02-19
* | No more lint means no more ARGSUSED.Nicholas Marriott2013-02-17
* | Merge branch 'obsd-master'Thomas Adam2013-02-07
|\|
| * Automatically reflow wrapped lines when a pane is resized, requested byNicholas Marriott2013-02-05
* | Merge branch 'obsd-master'Thomas Adam2013-01-30
|\|
| * Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott2013-01-18
* | Merge branch 'obsd-master'Thomas Adam2012-11-27
|\|
| * When scrolling in copy mode with the mouse, scroll screen rather thanNicholas Marriott2012-11-27
* | Merge branch 'obsd-master'Thomas Adam2012-10-26
|\|
| * Make mouse event structure clearer by defining events (up, click, drag)Nicholas Marriott2012-10-26
* | Merge branch 'obsd-master'Thomas Adam2012-09-25
|\|
| * Fix search forward so it can match strings on the last line, SF bugNicholas Marriott2012-09-25
| * Instead of numbering choose mode items 0-9a-z and then nothing, numberNicholas Marriott2012-08-11
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| * Minor style nits - return ().Nicholas Marriott2012-04-01
| * Only exit mouse mode on scroll wheel when actually reaching the end ofNicholas Marriott2012-04-01
| * Add a wrap-search option to turn off wrapping of searches in copyNicholas Marriott2012-03-17
| * Always remember last cursor position when moving up or down, not justNicholas Marriott2012-03-11