aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-10-18 10:23:57 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-10-18 10:23:57 -0400
commitee19e174bb060bbe96565af91975ed3118bc894d (patch)
tree652d622ea36690bd5f52bc938d8ec5795de31eb2 /doc
parenta488a97c9eb58d8e9db224f3793c74f23d26b07e (diff)
More LuaDoc updates.
Diffstat (limited to 'doc')
-rw-r--r--doc/14_Appendix.md7
1 files changed, 4 insertions, 3 deletions
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