diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-12-01 07:29:26 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-12-01 07:43:04 +0300 |
commit | ca9de0428fa69c2e0c6fee1b960c9408c5184301 (patch) | |
tree | cf654d7efbc42d80b2f2e19ecc7c862481f59e37 /doc/sciteco.1.in | |
parent | 253710bbeca95f4bf412ad0dde4537a69bcfac05 (diff) | |
download | sciteco-ca9de0428fa69c2e0c6fee1b960c9408c5184301.tar.gz |
sciteco(1) manpage: All UIs support ^C interruptions now
Diffstat (limited to 'doc/sciteco.1.in')
-rw-r--r-- | doc/sciteco.1.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in index 6747c5e..014c305 100644 --- a/doc/sciteco.1.in +++ b/doc/sciteco.1.in @@ -322,11 +322,10 @@ If the GUI is waiting on user input, this signal is effectively ignored. Some GUIs may depend on delivery of \fBSIGINT\fP when \fB^C\fP is pressed in order to interrupt macros interactively. +Others will poll for keypresses. Note that this signal can usually also be generated when pressing \fB^C\fP on the process' associated console (also if there is a graphical window). -This is useful for GUIs that do not yet support interruptions -directly. .TP .SCITECO_TOPIC "SIGTERM" .B SIGTERM |