=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.311 retrieving revision 1.312 diff -c -r1.311 -r1.312 *** src/usr.bin/tmux/tmux.1 2012/12/24 12:38:57 1.311 --- src/usr.bin/tmux/tmux.1 2013/01/15 22:55:29 1.312 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.311 2012/12/24 12:38:57 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.312 2013/01/15 22:55:29 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" 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: December 24 2012 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" 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: January 15 2013 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 2044,2049 **** --- 2044,2056 ---- .Pp Available session options are: .Bl -tag -width Ds + .It Ic assume-paste-time Ar milliseconds + If keys are entered faster than one in + .Ar milliseconds , + they are assumed to have been pasted rather than typed and + .Nm + key bindings are not processed. + The default is one millisecond and zero disables. .It Ic base-index Ar index Set the base index from which an unused index should be searched when a new window is created.