summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-if-shell.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add an else clause for if-shell, from "arno-" on SourceForge.nicm2011-10-181-11/+33
* Nuke a redundant if statement, from Tiago Cunha.nicm2011-05-251-6/+2
* Simplify the way jobs work and drop the persist type, so all jobs arenicm2011-01-261-5/+3
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-10/+9
* When changing so that the client passes its stdout and stderr as well asnicm2010-07-241-3/+2
* Return the command client return code with MSG_EXIT now that MSG_ERROR andnicm2010-07-111-2/+5
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-2/+2
* Add a flag for jobs that shouldn't be freed after they've died and use it fornicm2009-11-011-5/+3
* Convert if-shell over to the background job framework as well.nicm2009-10-111-83/+51
* Use KEYC_NONE constant instead of 0 on init.nicm2009-09-211-2/+2
* Make all messages sent between the client and server fixed size.nicm2009-07-261-26/+1
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-2/+2
* New command, if-shell (alias if). Executes the tmux command in the secondnicm2009-07-091-0/+176