diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-07-30 13:45:56 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-07-30 13:45:56 +0000 |
commit | 071494d8faff83287088bbdcc38db1414c0123b9 (patch) | |
tree | 1f5caa38dbc76cf1ece9c51e63de2a8f25ddee2c /tmux.c | |
parent | a87228b4ff85087600b0a077cb88b41506a60ff1 (diff) | |
download | rtmux-071494d8faff83287088bbdcc38db1414c0123b9.tar.gz rtmux-071494d8faff83287088bbdcc38db1414c0123b9.tar.bz2 rtmux-071494d8faff83287088bbdcc38db1414c0123b9.zip |
Merge pane number into the target specification for pane commands. Instead of
using -p index, a target pane is now addressed with the normal -t window form
but suffixed with a period and a pane index, for example :0.2 or
mysess:mywin.1. An unadorned number such as -t 1 is tried as a pane index in
the current window, if that fails the same rules are followed as for a target
window and the current pane in that window used.
As a side-effect this now means that swap-pane can swap panes between different
windows.
Note that this changes the syntax of the break-pane, clear-history, kill-pane,
resize-pane, select-pane and swap-pane commands.
Diffstat (limited to 'tmux.c')
0 files changed, 0 insertions, 0 deletions