Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Return the command client return code with MSG_EXIT now that MSG_ERROR and | 2010-07-11 | 1 | -2/+5 | ||
| | | | | | | | MSG_PRINT are unused. New clients should be compatible with old tmux servers but vice versa may print an error. | |||||
* | Don't die if the client has been detached when the job finishes, just | 2010-05-25 | 1 | -1/+6 | ||
| | | | | don't display the output. | |||||
* | Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the | 2009-11-13 | 1 | -2/+2 | ||
| | | | | command entry structs and a couple of functions to check/set the flags. | |||||
* | Switch jobs over to use a bufferevent. | 2009-11-04 | 1 | -21/+23 | ||
| | ||||||
* | Add a flag for jobs that shouldn't be freed after they've died and use it for | 2009-11-01 | 1 | -4/+2 | ||
| | | | | | | | status jobs, then only kill those jobs when status-left, status-right or set-titles-string is changed. Fixes problems with changing options from inside #(). | |||||
* | Remove a debugging leftover and add copyright. | 2009-10-11 | 1 | -2/+2 | ||
| | ||||||
* | Switch run-shell over to queue the command in the background like #(). | 2009-10-11 | 1 | -38/+81 | ||
| | ||||||
* | run-shell command to run a shell command without opening a window, sending | 2009-09-20 | 1 | -0/+96 | ||
stdout to output mode. |