Commit 7f869598 authored by Alice Mitchell's avatar Alice Mitchell
Browse files

Document the colour sequence text modes

parent 33d69a7e
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -39,6 +39,15 @@ Text modes are a single hex character, colours are pairs of hex characters,
     the first colour pair being the foreground colour, the optional second
     setting the background colour.

Text modes
* 0 - Reset / normal
* 1 - Bold / increased intensity
* 2 - Faint / decreaed intensity
* 3 - Italic
* 4 - Underline
* 7 - reverse video
* 9 - crossed out

Examples:  
* &0& - reset all attributes
* &36& - set foreground colour to purple