Fix RGB to 256-color mapping for non-truecolor terminals

This commit is contained in:
Mario Zechner 2025-12-15 22:32:23 +01:00
parent fd5134f88c
commit 82dceb22e1
3 changed files with 76 additions and 5 deletions

View file

@ -18,7 +18,8 @@ read README.md, then ask which module(s) to work on. Based on the answer, read t
## Commands
- After code changes: `npm run check` (get full output, no tail)
- NEVER run: `npm run dev`, `npm run build`
- NEVER run: `npm run dev`, `npm run build`, `npm test`
- Only run specific tests if user instructs: `npm test -- test/specific.test.ts`
- NEVER commit unless user asks
## GitHub Issues