mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-03-10 05:28:13 +00:00

- colors.toBlit now performs bounds checks on the passed value, preventing weird behaviour like color.toBlit(2 ^ 16) returning "10". - The window API now uses colors.toBlit (or rather a copy of it) for parsing colours, allowing doing silly things like term.setTextColour(colours.blue + 5). - Add some top-level documentation to the term API to explain some of the basics. Closes #1736