diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-01-31 12:01:43 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-01-31 12:01:43 +0000 |
commit | 2ee0d851d92c00c13998c112618feb84df323ad2 (patch) | |
tree | 926ca8c1888921a00edc20a78f954fa60117e1f2 /tmux.1 | |
parent | c08a532440a5aeeed58ce10b8e4ac9a409555ea7 (diff) | |
download | rtmux-2ee0d851d92c00c13998c112618feb84df323ad2.tar.gz rtmux-2ee0d851d92c00c13998c112618feb84df323ad2.tar.bz2 rtmux-2ee0d851d92c00c13998c112618feb84df323ad2.zip |
Sync OpenBSD patchset 1017:
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.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |