aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/sciteco.1.in11
-rw-r--r--doc/sciteco.7.template14
2 files changed, 16 insertions, 9 deletions
diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in
index e47ca93..83dba44 100644
--- a/doc/sciteco.1.in
+++ b/doc/sciteco.1.in
@@ -425,13 +425,12 @@ Note that this signal can usually also be generated when pressing
.TP
.SCITECO_TOPIC "SIGTERM"
.B SIGTERM
+.TQ
+.SCITECO_TOPIC "SIGHUP"
+.B SIGHUP
Try to gracefully shut down \*(ST.
-In batch mode this only interrupts the currently running macro
-similar to \fBSIGINT\fP causing \*(ST to exit.
-If technically possible, user interfaces will additionally
-process \fBSIGTERM\fP in interactive mode as if the \fICLOSE\fP
-function key has been pressed, which will result in unconditional
-program termination or user-programmed behaviour.
+If technically possible, this will immediately dump recovery
+files unless recovery file dumping is disabled (\(lq0,6EJ\(rq).
.
.
.SH FILES
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template
index cb718e0..87e8574 100644
--- a/doc/sciteco.7.template
+++ b/doc/sciteco.7.template
@@ -910,9 +910,17 @@ The \fBSTYLE_CALLTIP\fP (38) style is also accessed by
\*(ST to style the \fIpopup area\fP and is initialized
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
-the default color mapping (see \fBEJ\fP command).
+On curses user interfaces the Scintilla RGB color values
+can refer to the terminal's color palette, initialize new
+colors on-demand or refer to the terminal's default foreground
+and background colors (see \fBEJ\fP command).
+The availability of colors, the size of the terminal's
+palette, the availability of arbitrary RGB colors, the
+number of concurrent colors on screen and the maximum
+number of foreground-background combinations on screen
+is subject to terminal-specific limits.
+\*(ST supports monochrome terminals by mapping non-black
+(non-null Scintilla RGB codes) to reverse video.
.LP
Scintilla styles will usually be set up in the profile
macro or \fBED\fP hook (for syntax highlighting).