diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-11-30 23:59:25 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-11-30 23:59:25 +0300 |
commit | 11054d94a99e8c11d6010b117c84ee88b4fa1a73 (patch) | |
tree | 3b373c12bc397f38e399a586233ccc08ef646d11 | |
parent | df65771303262ccb966c31ea18b8e8305e6946e8 (diff) | |
download | sciteco-11054d94a99e8c11d6010b117c84ee88b4fa1a73.tar.gz |
sciteco(7): fixed outdated information about the STYLE_CALLTIP default colors
-rw-r--r-- | doc/sciteco.7.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index 43b5bfa..e5d9683 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -862,7 +862,7 @@ similar to the current Scintilla view. .SCITECO_TOPIC STYLE_CALLTIP The \fBSTYLE_CALLTIP\fP (38) style is also accessed by \*(ST to style the \fIpopup area\fP and is initialized -to black on (light) blue by \*(ST. +to black on white by \*(ST. .LP On curses user interfaces, only a selection of 16 terminal colors can be used, although it is possible to request changing @@ -2348,11 +2348,11 @@ The same conventions are used elsewhere in this manual. . .SH COMPATIBILITY . -\*(ST is not compatible to any particular TECO dialect +\*(ST is not compatible with any particular TECO dialect, but is quite similar to .BR "Video TECO" . Most Video TECO and many Standard TECO programs should -be portable with little to no changes. +be portable with little or no changes. This manual mentions differences on several occasions. . . |