| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -F to set-environment and source-file; GitHub issue 2359. |  nicm | 2020-09-01 | 1 | -5/+11 |
* | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its |  nicm | 2020-04-13 | 1 | -2/+2 |
* | Make struct cmd local to cmd.c and move it out of tmux.h. |  nicm | 2020-04-13 | 1 | -2/+2 |
* | Restore source-file -q behaviour, broken in r1.42; OK nicm@ |  tim | 2019-12-21 | 1 | -3/+2 |
* | When adding a list with multiple commands to the queue, the next item to |  nicm | 2019-12-19 | 1 | -1/+2 |
* | Do not rely on errno after glob(3) fails. |  nicm | 2019-12-18 | 1 | -5/+11 |
* | Change source-file to use new file code which allows it to read from |  nicm | 2019-12-12 | 1 | -39/+110 |
* | Add a -v flag to source-file to show the commands and line numbers. |  nicm | 2019-06-05 | 1 | -3/+5 |
* | Exit 1 correctly if source-file fails. |  nicm | 2019-05-28 | 1 | -1/+3 |
* | Allow source-file to take multiple arguments. |  nicm | 2019-05-28 | 1 | -30/+35 |
* | Replace the split parser code (cfg.c and cmd-string.c) with a single |  nicm | 2019-05-23 | 1 | -5/+7 |
* | Fix ordering of source-file with multiple files and add flags to load_cfg. |  nicm | 2019-05-20 | 1 | -5/+11 |
* | Make server_client_get_cwd used (almost) everywhere we need to work out |  nicm | 2018-05-24 | 1 | -2/+2 |
* | load_cfg returns < 0 on error, not != 0. Problem reported by Kaushal Modi. |  nicm | 2017-04-19 | 1 | -2/+2 |
* | Make source-file look for files relative to the client working directory |  nicm | 2017-02-14 | 1 | -8/+22 |
* | Add -n to break-pane. |  nicm | 2017-01-29 | 1 | -3/+3 |
* | source-file -q needs to apply to glob(3) too. |  nicm | 2017-01-09 | 1 | -2/+4 |
* | Run the source-file pattern through glob(3). |  nicm | 2017-01-09 | 1 | -11/+19 |
* | Mass rename struct cmd_q to struct cmdq_item and related. |  nicm | 2016-10-16 | 1 | -15/+15 |
* | Rewrite command queue handling. Each client still has a command queue, |  nicm | 2016-10-16 | 1 | -39/+17 |
* | source-file and some other commands can recurse back into cmdq_continue, |  nicm | 2016-10-14 | 1 | -4/+5 |
* | Trying to do hooks generically is way too complicated and unreliable and |  nicm | 2016-10-13 | 1 | -2/+1 |
* | Add static in cmd-* and fix a few other nits. |  nicm | 2016-10-10 | 1 | -5/+5 |
* | - Rework load_cfg() error handling a little. |  tim | 2016-05-12 | 1 | -12/+10 |
* | Final parts of command hooks, add before- and after- hooks to each command. |  nicm | 2016-04-29 | 1 | -1/+2 |
* | Use member names in cmd_entry definitions so I stop getting confused |  nicm | 2015-12-13 | 1 | -6/+9 |
* | Instead of every command resolving the target (-t or -s) itself, prepare |  nicm | 2015-12-13 | 1 | -3/+2 |
* | Move cfg_causes local into cfg.c and remove struct causelist. |  nicm | 2014-10-27 | 1 | -19/+5 |
* | Instead of setting up the default keys by building the key struct |  nicm | 2014-10-20 | 1 | -2/+1 |
* | Make cmdq->client_exit a tristate (-1 means "not set") so that if |  nicm | 2013-10-10 | 1 | -1/+4 |
* | Remove the barely-used and unnecessary command check() function. |  nicm | 2013-10-10 | 1 | -2/+1 |
* | Copy the client into the new cmdq in source-file so commands that work |  nicm | 2013-04-12 | 1 | -1/+2 |
* | Continue the parent cmdq after sourcing a file. |  nicm | 2013-03-25 | 1 | -4/+5 |
* | Add a command queue to standardize and simplify commands that call other |  nicm | 2013-03-24 | 1 | -26/+60 |
* | Correctly aggregate together errors from nested config files (with |  nicm | 2012-11-27 | 1 | -23/+20 |
* | Make command exec functions return an enum rather than -1/0/1 values and |  nicm | 2012-07-11 | 1 | -3/+3 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -3/+5 |
* | Clean up and simplify tmux command argument parsing. |  nicm | 2011-01-04 | 1 | -86/+13 |
* | Allow the config file parser and source-file to return "don't exit" to |  nicm | 2010-12-29 | 1 | -4/+20 |
* | Use the array.h code for the causes list. |  nicm | 2010-02-06 | 1 | -12/+12 |
* | Instead of bailing out on the first configuration file error, carry on, |  nicm | 2010-02-06 | 1 | -6/+12 |
* | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to |  nicm | 2009-11-26 | 1 | -1/+2 |
* | Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the |  nicm | 2009-11-13 | 1 | -2/+2 |
* | Use KEYC_NONE constant instead of 0 on init. |  nicm | 2009-09-21 | 1 | -2/+2 |
* | When using source-file, run the commands in the context of the source-file |  nicm | 2009-08-23 | 1 | -2/+2 |
* | Make all messages sent between the client and server fixed size. |  nicm | 2009-07-26 | 1 | -24/+1 |
* | Having fixed flags for single-character getopt options is a bit hard to |  nicm | 2009-07-13 | 1 | -2/+2 |
* | Import tmux, a terminal multiplexor allowing (among other things) a single |  nicm | 2009-06-01 | 1 | -0/+147 |