summaryrefslogtreecommitdiffstats
path: root/window-copy.c
AgeCommit message (Expand)Author
2014-11-09Expand formats in copy-pipe command, suggested by Suraj N Kurapati.nicm
2014-11-06Wrap when copy mode is used for output, from Balazs Kezes.nicm
2014-11-06Add V for select line with vi(1) keys. From Juho Pohjala.nicm
2014-10-22Fix some spacing nits.nicm
2014-10-08Add xreallocarray and remove nmemb argument from xrealloc.nicm
2014-10-02Copy ACS characters as UTF-8, from Balazs Kezes.nicm
2014-09-01Various minor style and spacing nits.nicm
2014-08-11No need to repeat other-end more than once, from Juho Pohjala. Also addnicm
2014-08-11Fix two copy mode problems:nicm
2014-06-19Copy newline when at EOL in vi(1) mode, from Balazs Kezes.nicm
2014-05-14Simplify copy lines, from Keith Amling.nicm
2014-05-13Add a copy mode key binding to copy to a named buffer. From J Raynor.nicm
2014-05-13Add support for named buffers. If you don't name a buffer, things worknicm
2014-04-24There is no longer a need for a paste_stack struct or for global_buffersnicm
2014-04-17Some more long lines.nicm
2014-04-11Don't blindly increase offsets by the return value of snprintf, if therenicm
2014-04-03Work out mouse scroll wheel effect when the mouse is first detected andnicm
2014-03-31Add setb -a to append and a copy mode append command, from J Raynor withnicm
2014-02-17Fix memory leaks with paste_replace, based on changes from J Raynor.nicm
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-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-12Make next-word-end work properly with vi(1) keys, reported by patrickNicholas Marriott
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-02-05Automatically reflow wrapped lines when a pane is resized, requested byNicholas Marriott
2013-01-18Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott
2012-11-27When scrolling in copy mode with the mouse, scroll screen rather thanNicholas Marriott
2012-10-26Make mouse event structure clearer by defining events (up, click, drag)Nicholas Marriott
2012-09-25Fix search forward so it can match strings on the last line, SF bugNicholas Marriott
2012-08-11Instead of numbering choose mode items 0-9a-z and then nothing, numberNicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
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-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-04Support "jump to" like vi in copy mode using t and T keys. Also add xNicholas Marriott
2011-11-15Move word-separators to be a session rather than window option, from BenNicholas Marriott
2011-10-23When copying, make repeat count indicate buffer to replace if used.Nicholas Marriott
2011-06-27PANE_FREEZE doesn't do anything anymore, so remove it.Nicholas Marriott
2011-05-18Support setting the xterm clipboard when copying from copy mode usingNicholas Marriott
2011-05-18Add three new copy-mode commands - select-line, copy-line,Nicholas Marriott
2011-05-18Use button mouse mode not any for copy mode, fixes issues withNicholas Marriott
2011-04-24Tweak copy behaviour slightly in vi mode to be closer to real vi. FromNicholas Marriott