summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-copy-buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change from a per-session stack of buffers to one global stack which isnicm2010-12-301-205/+0
* Remove a couple of unused arguments where possible, and add /* ARGSUSED */ tonicm2009-11-261-1/+2
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-2/+2
* Use KEYC_NONE constant instead of 0 on init.nicm2009-09-211-2/+2
* Give each paste buffer a size member instead of requiring them to benicm2009-09-071-11/+18
* Make all messages sent between the client and server fixed size.nicm2009-07-261-26/+1
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-2/+2
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+222