From 40f4c4aeb44ced14314d2484094f6d66f4845776 Mon Sep 17 00:00:00 2001 From: jmc Date: Sun, 19 Apr 2015 22:10:30 +0000 Subject: [PATCH] tweak previous; --- usr.bin/tmux/tmux.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 67ce5192eb6..b6fe3b8b9fd 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.419 2015/04/19 21:34:21 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.420 2015/04/19 22:10:30 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -1028,7 +1028,7 @@ The option scrolls one page up. .Fl M begins a mouse drag (only valid if bound to a mouse key binding, see -.Sx MOUSE SUPPORT Ns ). +.Sx MOUSE SUPPORT ) . .El .Pp Each window displayed by @@ -1678,7 +1678,7 @@ and unzoomed (its normal position in the layout). .Pp .Fl M begins mouse resizing (only valid if bound to a mouse key binding, see -.Sx MOUSE SUPPORT Ns ). +.Sx MOUSE SUPPORT ) . .It Xo Ic respawn-pane .Op Fl k .Op Fl t Ar target-pane @@ -1746,7 +1746,7 @@ Make pane .Ar target-pane the active pane in window .Ar target-window , -or set it's style (with +or set its style (with .Fl P ) . If one of .Fl D , @@ -2011,7 +2011,7 @@ flag causes the terminal state to be reset. .Pp .Fl M passes through a mouse event (only valid if bound to a mouse key binding, see -.Sx MOUSE SUPPORT Ns ). +.Sx MOUSE SUPPORT ) . .It Xo Ic send-prefix .Op Fl 2 .Op Fl t Ar target-pane @@ -3092,7 +3092,7 @@ The following mouse events are available: .It Li "MouseDown1" Ta "MouseUp1" Ta "MouseDrag1" .It Li "MouseDown2" Ta "MouseUp2" Ta "MouseDrag2" .It Li "MouseDown3" Ta "MouseUp3" Ta "MouseDrag3" -.It Li "WheelUp" Ta "WheelDown" +.It Li "WheelUp" Ta "WheelDown" Ta "" .El .Pp Each should be suffixed with a location, for example -- 2.20.1