From 4641cf36a31a3d3023c2ceab310f8a4e70d01031 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 21 Apr 2009 16:38:23 +0000 Subject: Document set-remain-on-exit. --- tmux.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 58fb6363..be5067c7 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.87 2009-04-21 16:34:31 nicm Exp $ +.\" $Id: tmux.1,v 1.88 2009-04-21 16:38:23 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -904,6 +904,12 @@ Repeat is enabled for the default keys of the and .Ic resize-pane-down commands. +.It Xo Ic set-remain-on-exit +.Op Ic on | Ic off +.Xc +Set the +.Ic remain-on-exit +window option for any windows first created in this session. .It Xo Ic set-titles .Op Ic on | Ic off .Xc -- cgit