diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-02-05 14:01:23 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-02-05 14:01:23 +0000 |
commit | 39904f7fc6e64356fe23de6264d5b03bec280d75 (patch) | |
tree | 0794a32b596d10982f8987453b08f3578a18858a /tmux.1 | |
parent | e3d71d9bdfa31fb658794759f07af43d53253e5f (diff) | |
parent | 3dddc11603b1bd66b5586b47795716e87921a096 (diff) | |
download | rtmux-39904f7fc6e64356fe23de6264d5b03bec280d75.tar.gz rtmux-39904f7fc6e64356fe23de6264d5b03bec280d75.tar.bz2 rtmux-39904f7fc6e64356fe23de6264d5b03bec280d75.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -2348,7 +2348,7 @@ the .Ic base-index option. .It Xo Ic new-window -.Op Fl abdkP +.Op Fl abdkPS .Op Fl c Ar start-directory .Op Fl e Ar environment .Op Fl F Ar format @@ -2377,6 +2377,14 @@ represents the window to be created; if the target already exists an error is shown, unless the .Fl k flag is used, in which case it is destroyed. +If +.Fl S +is given and a window named +.Ar window-name +already exists, it is selected (unless +.Fl d +is also given in which case the command does nothing). +.Pp .Ar shell-command is the command to execute. If @@ -4688,6 +4696,17 @@ For example, to get a list of windows formatted like the status line: #{W:#{E:window-status-format} ,#{E:window-status-current-format} } .Ed .Pp +.Ql N:\& +checks if a window (without any suffix or with the +.Ql w +suffix) or a session (with the +.Ql s +suffix) name exists, for example +.Ql `N/w:foo` +is replaced with 1 if a window named +.Ql foo +exists. +.Pp A prefix of the form .Ql s/foo/bar/:\& will substitute @@ -5934,6 +5953,10 @@ option should be used. An existing extension that tells .Nm the terminal supports default colours. +.It Em \&Bidi +Tell +.Nm +that the terminal supports the VTE bidirectional text extensions. .It Em \&Cs , Cr Set the cursor colour. The first takes a single string argument and is used to set the colour; |