| Commit message (Expand) | Author | Age | Files | Lines |
* | Support code for control mode flow control: allow clients to have |  nicm | 2020-05-21 | 1 | -15/+13 |
* | Make client -c and -t handling common in cmd-queue.c and try to be |  nicm | 2020-04-13 | 1 | -3/+3 |
* | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its |  nicm | 2020-04-13 | 1 | -5/+6 |
* | Make struct cmd local to cmd.c and move it out of tmux.h. |  nicm | 2020-04-13 | 1 | -5/+5 |
* | Store the time in the format tree rather than passing it around. |  nicm | 2019-03-14 | 1 | -2/+2 |
* | Accept 0 time as a shorthand for now to format_expand_time. |  nicm | 2019-03-14 | 1 | -2/+2 |
* | Clear PANE_EXITED flag when starting new child process in case the pane |  nicm | 2018-11-30 | 1 | -2/+5 |
* | evbuffer_new and bufferevent_new can both fail (when malloc fails) and |  nicm | 2018-11-19 | 1 | -1/+3 |
* | Add -I to pipe-pane to connect pane stdin as well as stdout, suggested |  nicm | 2018-01-16 | 1 | -19/+57 |
* | Because ignore SIGCHLD early, letting signal_del restore it doesn't work |  nicm | 2017-07-14 | 1 | -2/+2 |
* | Block signals between forking and clearing signal handlers (or calling |  nicm | 2017-07-12 | 1 | -2/+9 |
* | Move signal code into proc.c. |  nicm | 2017-07-12 | 1 | -2/+2 |
* | Do not close panes until process has exited and any outstanding data |  nicm | 2017-07-03 | 1 | -3/+25 |
* | In order that people can use formats like #D in #() in the status line |  nicm | 2017-05-01 | 1 | -2/+2 |
* | Get rid of the extra layer of flags and cmd_prepare() and just store the |  nicm | 2017-04-22 | 1 | -6/+6 |
* | Add a window or pane id "tag" to each format tree and use it to separate |  nicm | 2017-02-03 | 1 | -2/+2 |
* | Mass rename struct cmd_q to struct cmdq_item and related. |  nicm | 2016-10-16 | 1 | -10/+10 |
* | Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling. |  nicm | 2016-10-14 | 1 | -2/+2 |
* | Add static in cmd-* and fix a few other nits. |  nicm | 2016-10-10 | 1 | -5/+5 |
* | I no longer use my SourceForge address so replace it. |  nicm | 2016-01-19 | 1 | -2/+2 |
* | Instead of combined flags for -c, -s, -t, split into different sets |  nicm | 2015-12-14 | 1 | -2/+4 |
* | 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 | -10/+6 |
* | Add cmdq as an argument to format_create and add a format for the |  nicm | 2015-12-11 | 1 | -2/+2 |
* | Remove format_create_flags and just pass flags to format_create. |  nicm | 2015-12-08 | 1 | -2/+2 |
* | Use __unused rather than rolling our own. |  nicm | 2015-11-18 | 1 | -3/+3 |
* | Add format_expand_time and use it instead of status_replace where |  nicm | 2015-02-06 | 1 | -5/+18 |
* | Remove two unused arguments from status_replace. |  nicm | 2015-02-01 | 1 | -3/+2 |
* | Instead of setting up the default keys by building the key struct |  nicm | 2014-10-20 | 1 | -2/+1 |
* | Remove the barely-used and unnecessary command check() function. |  nicm | 2013-10-10 | 1 | -2/+1 |
* | Add a command queue to standardize and simplify commands that call other |  nicm | 2013-03-24 | 1 | -7/+7 |
* | Fix error reporting for client commands by adding a flag to |  nicm | 2013-03-24 | 1 | -2/+2 |
* | No more lint means no more ARGSUSED. |  nicm | 2013-03-22 | 1 | -2/+1 |
* | Make command exec functions return an enum rather than -1/0/1 values and |  nicm | 2012-07-11 | 1 | -9/+9 |
* | Missing -o on usage for pipe-pane, from Tiago Cunha. |  nicm | 2011-10-27 | 1 | -2/+2 |
* | Do not require a client here, or pipe-pane will not work from the |  nicm | 2011-07-30 | 1 | -4/+2 |
* | Change -t on display-message to be target-pane for the #[A-Z] |  nicm | 2011-03-29 | 1 | -2/+3 |
* | Move all calls to fcntl(...O_NONBLOCK) into a function and clear the |  nicm | 2011-01-08 | 1 | -6/+3 |
* | Clean up and simplify tmux command argument parsing. |  nicm | 2011-01-04 | 1 | -12/+11 |
* | Trying to set FD_CLOEXEC on every fd is a lost cause, just use |  nicm | 2010-10-16 | 1 | -3/+3 |
* | Do not call event_del() for signals after fork(), just use sigaction() |  nicm | 2010-08-19 | 1 | -2/+2 |
* | Last change erroneously used the target argument for looking up the |  nicm | 2010-06-14 | 1 | -2/+2 |
* | Support the status_replace # replacement sequences in the pipe-pane |  nicm | 2010-06-05 | 1 | -2/+9 |
* | Put this back in with the initialisation in the right order. |  nicm | 2010-05-04 | 1 | -2/+2 |
* | Revert last change, it appears to be broken somehow. |  nicm | 2010-05-04 | 1 | -2/+2 |
* | Make signal handler setup/teardown two common functions instead of six, |  nicm | 2010-05-03 | 1 | -2/+2 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last |  nicm | 2009-12-03 | 1 | -5/+5 |
* | 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 | -3/+3 |
* | Unreachable statement, found by lint. |  nicm | 2009-11-13 | 1 | -3/+1 |