Add a -S flag to new-window to make it select the existing window if one
authornicm <nicm@openbsd.org>
Fri, 5 Feb 2021 12:23:49 +0000 (12:23 +0000)
committernicm <nicm@openbsd.org>
Fri, 5 Feb 2021 12:23:49 +0000 (12:23 +0000)
commitef8b27626368ceafb589de18adc0c0b766d97969
tree05657acc8ac6cbb722bd901882916ebcad67f4a5
parent2df89b5475f99a34c3dfc47781f199ae5f772345
Add a -S flag to new-window to make it select the existing window if one
with the given name already exists rather than failing with an error.
Also add a format to check if a window or session name exists which
allows the same with other commands. Requested by and discussed with
kn@.
usr.bin/tmux/cmd-new-window.c
usr.bin/tmux/format.c
usr.bin/tmux/tmux.1