summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-if-shell.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add -F to if-shell to allow it to be used to check for format or optionnicm2014-12-021-4/+25
* 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
* Try to establish client for run-shell and if-shell if no -t.nicm2013-03-251-1/+10
* Extend jobs to support writing and use that for copy-pipe instead ofnicm2013-03-251-2/+2
* Fix if-shell and run-shell if there are no sessions. Batted aroundnicm2013-03-251-10/+12
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-22/+57
* Expand format variables in the run-shell and if-shell shell commands,nicm2013-03-241-4/+20
* Add functions to allocate and free command contexts rather than doing itnicm2013-03-221-14/+8
* Remove dead code, from Sean Estabrooks.nicm2012-08-111-3/+1
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-4/+4
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-6/+6
* Didn't really think the else behaviour through - requiring argv tonicm2011-10-271-20/+8
* 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