diff options
author | 2013-12-12 12:09:32 -0500 | |
---|---|---|
committer | 2013-12-12 12:09:32 -0500 | |
commit | 1a2b4bfecce766e97dc16009997599a7846c64b6 (patch) | |
tree | 45c98f01adcf575f27df34808da0dd81bd2a4dcc /doc/14_Appendix.md | |
parent | d982def4a48569dbe16ef1303ec208ecd24a1af9 (diff) | |
download | textadept-1a2b4bfecce766e97dc16009997599a7846c64b6.tar.gz textadept-1a2b4bfecce766e97dc16009997599a7846c64b6.zip |
More LuaDoc updates.
Diffstat (limited to 'doc/14_Appendix.md')
-rw-r--r-- | doc/14_Appendix.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md index e128143b..182569cf 100644 --- a/doc/14_Appendix.md +++ b/doc/14_Appendix.md @@ -128,9 +128,9 @@ non-existant graphics capabilities: (`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 - use these color values; unrecognized colors default to white. For some - terminals, you may need to set a lexer style's `bold` attribute to use the - light color variant. + use these color values. Your terminal will remap them automatically. + Unrecognized colors default to white. For some terminals, you may need to set + a lexer style's `bold` attribute to use the light color variant. * No scroll bars. * Not all key sequences recognized properly. * No style settings like font name, font size, or italics. |