summaryrefslogtreecommitdiffstats
path: root/cmd-paste-buffer.c
AgeCommit message (Expand)Author
2012-03-07Sync OpenBSD patchset 1037:Tiago Cunha
2012-03-03Support "bracketed paste" mode. This adds a -p flag to paste-buffer - ifNicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2011-01-07Sync OpenBSD patchset 829:Tiago Cunha
2011-01-04Clean up and simplify tmux command argument parsing.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-08-11Sync OpenBSD patchset 747:Tiago Cunha
2010-08-11Usage string fixes from Ben Boeckel.Nicholas Marriott
2010-06-06No vis.h in here.Tiago Cunha
2010-06-06Sync OpenBSD patchset 702:Tiago Cunha
2010-05-19Enhance paste-buffer to allow lines to be separated by any string, fromNicholas Marriott
2010-04-06Dead assignment.Nicholas Marriott
2010-04-04Dead assignment, found with clang.Nicholas Marriott
2010-03-22paste-buffer should be per pane, from C. Coutinho.Nicholas Marriott
2010-03-18paste-buffer should be per pane, from C. Coutinho.Nicholas Marriott
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-11-28Sync OpenBSD patchset 569:Tiago Cunha
2009-11-26Tidy up various bits of the paste code, make the data buffer char * and addNicholas Marriott
2009-11-14Sync OpenBSD patchset 539:Tiago Cunha
2009-11-13Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott
2009-11-08Sync OpenBSD patchset 498:Tiago Cunha
2009-11-04Convert the window pane (pty master side) fd over to use a bufferevent.Nicholas Marriott
2009-09-07Sync OpenBSD patchset 318:Tiago Cunha
2009-09-07Give each paste buffer a size member instead of requiring them to beNicholas Marriott
2009-07-28Sync OpenBSD patchset 181:Tiago Cunha
2009-07-26Make all messages sent between the client and server fixed size.Nicholas Marriott
2009-07-14Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott
2009-07-13Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott
2009-07-12When pasting, translate \n into \r. This matches xterm and putty's behaviour,Nicholas Marriott
2009-07-11When pasting, translate \n into \r. This matches xterm and putty's behaviour,Nicholas Marriott
2009-07-02Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal errorNicholas Marriott
2009-07-02Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal errorNicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott
2009-01-19Pass return code from _exec; allow command sequences to work from the command...Nicholas Marriott
2009-01-11Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott
2009-01-11Server locking. set-password and lock-server commands, plus automatic locking.Nicholas Marriott
2009-01-07Buffers should be numbered from zero, from Tiago Cunha. Also fix paste -b.Nicholas Marriott
2008-06-20Trim.Nicholas Marriott
2008-06-20Use the right flags argument for -d.Nicholas Marriott
2008-06-20Swap in new paste buffer code and add a couple more commands.Nicholas Marriott
2008-06-05Big reorganisation of command-line syntax.Nicholas Marriott
2008-06-05Easy bits of arg printing for list-keys.Nicholas Marriott
2008-06-03If no command is specified, assume new-session.Nicholas Marriott
2008-06-02Add a windowonly generic command and use it where appropriate. Also trim incl...Nicholas Marriott
2008-06-02Quick man page update, also fix some usages and get rid of some CMD_KEY checks.Nicholas Marriott
2008-06-02Move -s and -c down a level so handling them is the responsibility of the com...Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-11-23Mostly-complete copy and paste.Nicholas Marriott