=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.397 retrieving revision 1.398 diff -c -r1.397 -r1.398 *** src/usr.bin/tmux/tmux.1 2014/06/20 10:46:59 1.397 --- src/usr.bin/tmux/tmux.1 2014/08/11 22:14:30 1.398 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.397 2014/06/20 10:46:59 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.398 2014/08/11 22:14:30 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: June 20 2014 $ .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: August 11 2014 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 1292,1298 **** section. This command works only if at least one client is attached. .It Ic display-panes Op Fl t Ar target-client ! .D1 (alias: Ic displayp) Display a visible indicator of each pane shown by .Ar target-client . See the --- 1292,1298 ---- section. This command works only if at least one client is attached. .It Ic display-panes Op Fl t Ar target-client ! .D1 (alias: Ic displayp ) Display a visible indicator of each pane shown by .Ar target-client . See the *************** *** 1382,1390 **** .Fl a option kills all but the window given with .Fl t . ! .It Ic last-pane Op Fl t Ar target-window .D1 (alias: Ic lastp ) Select the last (previously selected) pane. .It Ic last-window Op Fl t Ar target-session .D1 (alias: Ic last ) Select the last (previously selected) window. --- 1382,1397 ---- .Fl a option kills all but the window given with .Fl t . ! .It Xo Ic last-pane ! .Op Fl de ! .Op Fl t Ar target-window ! .Xc .D1 (alias: Ic lastp ) Select the last (previously selected) pane. + .Fl e + enables or + .Fl d + disables input to the pane. .It Ic last-window Op Fl t Ar target-session .D1 (alias: Ic last ) Select the last (previously selected) window. *************** *** 1701,1707 **** .Ic previous-layout commands. .It Xo Ic select-pane ! .Op Fl lDLRU .Op Fl t Ar target-pane .Xc .D1 (alias: Ic selectp ) --- 1708,1714 ---- .Ic previous-layout commands. .It Xo Ic select-pane ! .Op Fl DdeLlRU .Op Fl t Ar target-pane .Xc .D1 (alias: Ic selectp ) *************** *** 1721,1726 **** --- 1728,1737 ---- is the same as using the .Ic last-pane command. + .Fl e + enables or + .Fl d + disables input to the pane. .It Xo Ic select-window .Op Fl lnpT .Op Fl t Ar target-window