diff options
author | nyamatongwe <unknown> | 2000-06-28 07:07:56 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-06-28 07:07:56 +0000 |
commit | c9e0a3e03162fb56025e17134292edb57fcbbb6f (patch) | |
tree | 2ab47cd9a61479f27a4158daa3dfba9b909c7564 | |
parent | 0be67f648ca793bb4ebb75cb2fa8f59e664beae3 (diff) | |
download | scintilla-mirror-c9e0a3e03162fb56025e17134292edb57fcbbb6f.tar.gz |
Changed maximum number of bits allocated to styles to be 7 rather than 6.
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 8cb6774cb..9aaa71d14 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -77,7 +77,7 @@ SCI_GETSTYLEBITS squiggly underlines, a line of small 'T' shapes, a line of diagonal hatching or as strike-out. Additional indicators such as blurred could be defined in the future. The number of bits used for styles can be altered - with SCI_SETSTYLEBITS up to a maximum of 6 bits. + with SCI_SETSTYLEBITS up to a maximum of 7 bits. The remaining bits can be used for indicators. </p> <p> |