From ee19e174bb060bbe96565af91975ed3118bc894d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 18 Oct 2013 10:23:57 -0400 Subject: More LuaDoc updates. --- doc/14_Appendix.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/14_Appendix.md') diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md index d6512cdf..c7fff2d1 100644 --- a/doc/14_Appendix.md +++ b/doc/14_Appendix.md @@ -122,9 +122,10 @@ non-existant graphics capabilities: * When scrolling to the right, long lines overwrite margins. * No marker symbols other than `MARK_CHARACTER`. * No mouse interactions, cursor types, or hotspots. -* Only up to 16 colors recognized: black (`0x000000`), red (`0x800000`), green - (`0x008000`), yellow (`0x808000`), blue (`0x000080`), magenta (`0x800080`), - cyan (`0x008080`), white (`0xC0C0C0`), light black (`0x404040`), light red +* Only up to 16 colors recognized, regardless of how many colors the terminal + supports. They are: black (`0x000000`), red (`0x800000`), green (`0x008000`), + yellow (`0x808000`), blue (`0x000080`), magenta (`0x800080`), cyan + (`0x008080`), white (`0xC0C0C0`), light black (`0x404040`), light red (`0xFF0000`), light green (`0x00FF00`), light yellow (`0xFFFF00`), light blue (`0x0000FF`), light magenta (`0xFF00FF`), light cyan (`0x00FFFF`), and light white (`0xFFFFFF`). Even if your terminal uses a different color map, you must -- cgit v1.2.3