Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 17 Mar 13:11
· 1 commit to main since this release

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.