From 4efd45628d28e41a1d84091b4b6091484586ca28 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Wed, 18 May 2011 20:30:14 +0000 Subject: Sync OpenBSD patchset 905: Add a new option, mouse-resize-pane. When on, panes may be resized by dragging their borders. From hsim at gmx.li. --- tmux.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index c48bf761..3cbc5d11 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.311 2011-05-18 20:28:40 tcunha Exp $ +.\" $Id: tmux.1,v 1.312 2011-05-18 20:30:14 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -1892,6 +1892,12 @@ Set status line message foreground colour. Set the number of error or information messages to save in the message log for each client. The default is 20. +.It Xo Ic mouse-resize-pane +.Op Ic on | off +.Xc +If on, +.Nm +captures the mouse and allows panes to be resized by dragging on their borders. .It Xo Ic mouse-select-pane .Op Ic on | off .Xc -- cgit