summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-01-30 09:39:34 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-01-30 09:39:34 +0000
commit0e59bc75fd90c09e3ea936fd58a5a13e69208253 (patch)
tree9e2779f478fb48c50ad633030dc7e385fafb0601 /tmux.1
parent937173ff110601d7ff44254ec57b4389d5c24994 (diff)
Give each window a unique id, like panes but prefixed with @. Based on
work from George Nachman.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.15
1 files changed, 3 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 36e4719b..1d6d4c24 100644
--- a/tmux.1
+++ b/tmux.1
@@ -385,8 +385,9 @@ follows the same rules as for
.Ar target-session ,
and
.Em window
-is looked for in order: as a window index, for example mysession:1; as an exact
-window name, such as mysession:mywindow; then as an
+is looked for in order: as a window index, for example mysession:1;
+as a window id, such as @1;
+as an exact window name, such as mysession:mywindow; then as an
.Xr fnmatch 3
pattern or the start of a window name, such as mysession:mywin* or
mysession:mywin.