Sync OpenBSD patchset 1017:

Give each window a unique id, like panes but prefixed with @. Based on
work from George Nachman.
This commit is contained in:
Tiago Cunha
2012-01-31 12:01:43 +00:00
parent c08a532440
commit 2ee0d851d9
6 changed files with 94 additions and 24 deletions

5
tmux.1
View File

@ -389,8 +389,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.