You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terminal.app exits when resetting background color — OSC 111
(\033]111\007) causes Terminal.app to exit cleanly (no crash report) when
processing the sequence, likely due to its parser partially matching OSC 11
then encountering unexpected input. Replaced all OSC 111 usage with OSC 11
set to Terminal.app's default background color (5866, 5866, 5866).
Changed
Increased red/green brightness ~25% to better match v0.1 AppleScript appearance