summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-generic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-414/+0
* Change from a per-session stack of buffers to one global stack which isnicm2010-12-301-11/+2
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-8/+8
* Remove a couple of unused arguments where possible, and add /* ARGSUSED */ tonicm2009-11-261-1/+4
* Tweak a comment and add some spacing.nicm2009-11-131-2/+2
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-44/+46
* Initialise the arg2 pointer properly (also free it when freeing thenicm2009-08-261-1/+10
* Add flags for 1+2 and 2 arguments to the generic target code, use it fornicm2009-08-111-93/+33
* Merge pane number into the target specification for pane commands. Instead ofnicm2009-07-301-91/+1
* Make all messages sent between the client and server fixed size.nicm2009-07-261-110/+1
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-112/+78
* When pasting, translate \n into \r. This matches xterm and putty's behaviour,nicm2009-07-111-3/+11
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+694