summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-run-shell.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Instead of setting up the default keys by building the key structnicm2014-10-201-2/+1
* Remove the "info" message mechanism, this was only used for about fivenicm2014-04-171-8/+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-14/+17
* Remove previous.nicm2013-03-251-2/+1
* Plug small memory leak in run-shell. Don't potentially leak the commandnicm2013-03-251-1/+2
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-24/+23
* Expand format variables in the run-shell and if-shell shell commands,nicm2013-03-241-4/+15
* evbuffer_readline returns allocated storage, don't leak it.nicm2013-03-221-1/+2
* Add functions to allocate and free command contexts rather than doing itnicm2013-03-221-15/+9
* Allow cmd-run-shell to accept -t to specify the pane to display thenicm2012-11-271-10/+37
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-7/+6
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-5/+6
* 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-5/+2
* Return the command client return code with MSG_EXIT now that MSG_ERROR andnicm2010-07-111-2/+5
* Don't die if the client has been detached when the job finishes, justnicm2010-05-251-1/+6
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-2/+2
* Switch jobs over to use a bufferevent.nicm2009-11-041-21/+23
* Add a flag for jobs that shouldn't be freed after they've died and use it fornicm2009-11-011-4/+2
* Remove a debugging leftover and add copyright.nicm2009-10-111-2/+2
* Switch run-shell over to queue the command in the background like #().nicm2009-10-111-38/+81
* run-shell command to run a shell command without opening a window, sendingnicm2009-09-201-0/+96