Change Working Directory (OSC 7)
Change the current working directory of the terminal.
- 0x1B
- ESC
- 0x5D
- ]
- 0x37
- 7
- 0x3B
- ;
- ____
- u
- 0x1B
- ESC
- 0x5C
- \
Change the current working directory to the path denoted by the URI u.
The URI should always have a scheme of file:// and point to an existent
folder.
Primarily used by shell integrations for the shell to inform the terminal when the current working directory has changed.