Changes
- Fix vtty applet defaults, #562
- Add experimental synchronization of the current working directory for all terminal windows with the "Sync" switch enabled.
ShellCWD Syncactivation (OSC9;9):- Windows Command Prompt:
PROMPT $e]9;9;$P$e\$P$G- PowerShell:
function prompt{ $e=[char]27; "$e]9;9;$(Convert-Path $pwd)$e\PS $pwd$('>' * ($nestedPromptLevel + 1)) " }- Bash:
export PS1='\[\033]9;9;\w\033\\\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '