v0.2.1
Fixed
- Escape sequences not working — v0.2.0 used OSC 6 (
\033]6;1;bg;...), which
is an iTerm2 proprietary sequence that Terminal.app silently ignores. Switched to
OSC 11 (\033]11;rgb:RR/GG/BB\007), which is the xterm standard supported by
Terminal.app. Reset uses OSC 111 (\033]111\007) to restore profile default color.