summaryrefslogtreecommitdiffstats
path: root/window-copy.c
AgeCommit message (Expand)Author
2014-02-19Merge branch 'obsd-master'Thomas Adam
2014-02-17Fix memory leaks with paste_replace, based on changes from J Raynor.nicm
2014-01-31Merge branch 'obsd-master'Thomas Adam
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm
2014-01-22Support paste key in copy mode input (for search etc). Also clamp lengthnicm
2014-01-22Only exit copy mode at the bottom if no selection in progress, fromnicm
2013-11-20missing unsigned char casts areound tolower()deraadt
2013-11-14Merge branch 'obsd-master'Thomas Adam
2013-11-09Support case insensitive searching in the same manner as emacs - allnicm
2013-11-08Correctly redraw the top two lines in copy mode when they are selected -nicm
2013-10-23Key to swap to other end of selection (bound to o with vi keys), from Jnicm
2013-07-13Merge branch 'obsd-master'Thomas Adam
2013-07-12Make next-word-end work properly with vi(1) keys, reported by patrickNicholas Marriott
2013-07-06Merge branch 'obsd-master'Thomas Adam
2013-07-05Whitespace nits, from Ben Boeckel.Nicholas Marriott
2013-03-25Create a new context when copying instead of using the inputNicholas Marriott
2013-03-22Add copy-pipe mode command to copy selection and also pipe to a command.Nicholas Marriott
2013-03-22No more lint means no more ARGSUSED.Nicholas Marriott
2013-03-21Create a new context when copying instead of using the input context. The inputNicholas Marriott
2013-03-21Extend jobs to support writing and use that for copy-pipe instead of popen,Nicholas Marriott
2013-02-19Add copy-pipe mode command to copy selection and also pipe to a command.Nicholas Marriott
2013-02-17No more lint means no more ARGSUSED.Nicholas Marriott
2013-02-07Merge branch 'obsd-master'Thomas Adam
2013-02-05Automatically reflow wrapped lines when a pane is resized, requested byNicholas Marriott
2013-01-30Merge branch 'obsd-master'Thomas Adam
2013-01-18Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott
2012-11-27Merge branch 'obsd-master'Thomas Adam
2012-11-27When scrolling in copy mode with the mouse, scroll screen rather thanNicholas Marriott
2012-10-26Merge branch 'obsd-master'Thomas Adam
2012-10-26Make mouse event structure clearer by defining events (up, click, drag)Nicholas Marriott
2012-09-25Merge branch 'obsd-master'Thomas Adam
2012-09-25Fix search forward so it can match strings on the last line, SF bugNicholas Marriott
2012-08-12Sync OpenBSD patchset 1156:Tiago Cunha
2012-08-11Instead of numbering choose mode items 0-9a-z and then nothing, numberNicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-04-10Sync OpenBSD patchset 1087:Tiago Cunha
2012-04-10Sync OpenBSD patchset 1082:Tiago Cunha
2012-04-01Minor style nits - return ().Nicholas Marriott
2012-04-01Only exit mouse mode on scroll wheel when actually reaching the end ofNicholas Marriott
2012-03-18Sync OpenBSD patchset 1066:Tiago Cunha
2012-03-18Sync OpenBSD patchset 1046:Tiago Cunha
2012-03-17Add a wrap-search option to turn off wrapping of searches in copyNicholas Marriott
2012-03-11Always remember last cursor position when moving up or down, not justNicholas Marriott
2011-12-06Sync OpenBSD patchset 986:Tiago Cunha
2011-12-04Support "jump to" like vi in copy mode using t and T keys. Also add xNicholas Marriott
2011-11-25Sync OpenBSD patchset 981:Tiago Cunha
2011-11-15Move word-separators to be a session rather than window option, from BenNicholas Marriott
2011-10-31Sync OpenBSD patchset 971:Tiago Cunha
2011-10-23When copying, make repeat count indicate buffer to replace if used.Nicholas Marriott