Sync OpenBSD patchset 384:

Switch run-shell over to queue the command in the background like #().
This commit is contained in:
Tiago Cunha
2009-10-12 00:25:25 +00:00
parent c8d0608369
commit 197f8b88bf
4 changed files with 94 additions and 47 deletions

8
tmux.1
View File

@ -1,4 +1,4 @@
.\" $Id: tmux.1,v 1.187 2009-10-12 00:09:48 tcunha Exp $
.\" $Id: tmux.1,v 1.188 2009-10-12 00:25:25 tcunha Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: October 10 2009 $
.Dd $Mdocdate: October 11 2009 $
.Dt TMUX 1
.Os
.Sh NAME
@ -2068,8 +2068,8 @@ option.
.D1 (alias: Ic run )
Execute
.Ar command
without creating a window.
Any output to stdout is displayed in output mode.
in the background without creating a window.
After the command finishes, any output to stdout is displayed in output mode.
If
.Ar command
doesn't return success, the exit status is also displayed.