oeed / CraftOS-Standards

Community standard file formats, communication systems, etc. for ComputerCraft and CraftOS 2.0
Other
20 stars 16 forks source link

Update TROR standard to include terminal palettes #66

Closed SquidDev closed 6 years ago

SquidDev commented 7 years ago

This defines three new codes:

Also adds an optional palette field to the TT packet.

dmarcuse commented 7 years ago

Is it necessary to have both TM and TO, since they're identical in terms of structure?

SquidDev commented 7 years ago

@apemanzilla Technically no, but the standard generally uses packets for exactly one thing - the cursor position set/request/response packets work similarly.

SquidDev commented 6 years ago

I realise the TT extension does not include support for palettes. Any suggestions on how this should be implemented? The simplest would be for the client to reset to the default palettes should they be missing.