1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 11:17:15 +03:00

docs: clarify same domain for OSC 7 in cwd determination

This commit is contained in:
Wez Furlong 2022-04-05 09:15:15 -07:00
parent b2ba7383b0
commit 8a0072add1

View File

@ -23,7 +23,7 @@ graph TD
A -->|Yes| B[Opened with CLI and --cwd flag?]
A -->|No| C[New pane, tab or window.]
C --> D{{Opened with a SpawnCommand<br/> that includes cwd?}}
D -->|No| J{{Does current pane<br/>have a value set by OSC 7?}}
D -->|No| J{{Does current pane have same domain<br/>and have a value set by OSC 7?}}
B -->|Yes| E[Use --cwd]
B -->|No| F{{Is default_cwd defined?}}
F -->|Yes| G[Use default_cwd]