diff options
author | nicm <nicm> | 2022-03-24 09:05:57 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2022-04-06 14:19:51 +0100 |
commit | 89a0046ad360d7a499732e327bae69b7e4b2536e (patch) | |
tree | 03ab2c55c4a70e18be56715ab86a9643690330b5 /tmux.1 | |
parent | 60a0a904e007390b8fba484eea9461bf095bff7a (diff) | |
download | rtmux-89a0046ad360d7a499732e327bae69b7e4b2536e.tar.gz rtmux-89a0046ad360d7a499732e327bae69b7e4b2536e.tar.bz2 rtmux-89a0046ad360d7a499732e327bae69b7e4b2536e.zip |
Add a capability for OSC 7 and use it similarly to how the title is set
(and controlled by the same set-titles option). GitHub issue 3127.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3627,6 +3627,8 @@ Supports DECSLRM margins. Supports .Xr xterm 1 mouse sequences. +.It osc7 +Supports the OSC 7 working directory extension. .It overline Supports the overline SGR attribute. .It rectfill @@ -6394,6 +6396,11 @@ $ printf '\e033[4 q' If .Em Se is not set, \&Ss with argument 0 will be used to reset the cursor style instead. +.It Em \&Swd +Set the opening sequence for the working directory notification. +The sequence is terminated using the standard +.Em fsl +capability. .It Em \&Sync Start (parameter is 1) or end (parameter is 2) a synchronized update. .It Em \&Tc |