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
fix: remove shadowed entries from 256-colour TTY tables
Go map literals silently keep the last duplicate key, so the nine
system-colour entries (indices 0 and 8-15) whose RGB values also
appear in the 6x6x6 cube/greyscale ramp were dead code. The cube
codes were already the effective mappings, so behaviour is
unchanged; the table now says what it does. A test asserts the
entry counts so dropped or shadowed entries fail fast.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments