summaryrefslogtreecommitdiffstats
path: root/window-copy.c
AgeCommit message (Expand)Author
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
2011-07-03Sync OpenBSD patchset 926:Tiago Cunha
2011-06-27PANE_FREEZE doesn't do anything anymore, so remove it.Nicholas Marriott
2011-05-22Sync OpenBSD patchset 914:Tiago Cunha
2011-05-18Sync OpenBSD patchset 913:Tiago Cunha
2011-05-18Sync OpenBSD patchset 911:Tiago Cunha
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-25Sync OpenBSD patchset 897:Tiago Cunha
2011-04-25Sync OpenBSD patchset 896:Tiago Cunha
2011-04-24Tweak copy behaviour slightly in vi mode to be closer to real vi. FromNicholas Marriott
2011-04-19When mode-mouse is on (it is off by default), automatically enter copyNicholas Marriott
2011-04-06|PatchSet 873Nicholas Marriott
2011-03-28Style: uint -> u_int and a missing else.Nicholas Marriott
2010-12-30Change from a per-session stack of buffers to one global stack which isNicholas Marriott
2010-12-30Global paste buffers instead of per-session which renders copy-buffer useless.Tiago Cunha
2010-12-30Sync OpenBSD patchset 812:Tiago Cunha
2010-12-29Support all four of the xterm mouse modes. Based on a diff from hsim atNicholas Marriott