From 2ee0d851d92c00c13998c112618feb84df323ad2 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Tue, 31 Jan 2012 12:01:43 +0000 Subject: Sync OpenBSD patchset 1017: Give each window a unique id, like panes but prefixed with @. Based on work from George Nachman. --- tmux.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index c84d5039..68b0cf60 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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. -- cgit