Give each pane created in a tmux server a unique id (starting from 0),
commit808502ac3d86193d9a371728b2ea2055100c76c3
authorNicholas Marriott <nicm@openbsd.org>
Sun, 27 Mar 2011 20:27:26 +0000 (27 20:27 +0000)
committerNicholas Marriott <nicm@openbsd.org>
Sun, 27 Mar 2011 20:27:26 +0000 (27 20:27 +0000)
tree18ba306e7e15c1a0a04108bc139a0938cd4ce96e
parentd74e5bffbad33df742749b5983479dc2cfac273b
Give each pane created in a tmux server a unique id (starting from 0),
put it in the TMUX_PANE environment variable and accept it as a
target. Suggested by and with testing and tweaks from Ben Boeckel.
cmd-list-panes.c
cmd.c
server.c
tmux.1
tmux.h
window.c