summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-source-file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move cfg_causes local into cfg.c and remove struct causelist.nicm2014-10-271-19/+5
* Instead of setting up the default keys by building the key structnicm2014-10-201-2/+1
* Make cmdq->client_exit a tristate (-1 means "not set") so that ifnicm2013-10-101-1/+4
* Remove the barely-used and unnecessary command check() function.nicm2013-10-101-2/+1
* Copy the client into the new cmdq in source-file so commands that worknicm2013-04-121-1/+2
* Continue the parent cmdq after sourcing a file.nicm2013-03-251-4/+5
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-26/+60
* Correctly aggregate together errors from nested config files (withnicm2012-11-271-23/+20
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-3/+3
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-3/+5
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-86/+13
* Allow the config file parser and source-file to return "don't exit" tonicm2010-12-291-4/+20
* Use the array.h code for the causes list.nicm2010-02-061-12/+12
* Instead of bailing out on the first configuration file error, carry on,nicm2010-02-061-6/+12
* 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
* When using source-file, run the commands in the context of the source-filenicm2009-08-231-2/+2
* Make all messages sent between the client and server fixed size.nicm2009-07-261-24/+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/+147