diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-02-16 00:44:33 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-02-16 00:44:33 +0100 |
commit | 4db7f46808502e3a667d442d7a77f83f4593650b (patch) | |
tree | baab2f9d0a6194960f3e29694cf5e23699ea64d2 /doc/sciteco.1.in | |
parent | 51aaeb062bf8f7e032b591832acd19901fca94c0 (diff) | |
download | sciteco-4db7f46808502e3a667d442d7a77f83f4593650b.tar.gz |
implemented ^C command
* acts like exit(3) -- ie. the program is terminated
immediately but the quit hook (aka SciTECO's atexit()
handlers) will still run.
* for "compatibility" with classic TECOs.
Can also be used as a shorter variant of "-EX$$"
but working from every macro level.
* disallowed in interactive mode to avoid typing it
accidentally.
Diffstat (limited to 'doc/sciteco.1.in')
-rw-r--r-- | doc/sciteco.1.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in index 0a96cab..468c060 100644 --- a/doc/sciteco.1.in +++ b/doc/sciteco.1.in @@ -69,8 +69,8 @@ macro arguments. . .LP If the munged macro does not request program termination using the -\fBEX\fP command, \*(ST will automatically switch into its graphical -\fIinteractive\fP mode. +\fBEX\fP command or exits using \fB^C\fP, \*(ST will automatically +switch into its graphical \fIinteractive\fP mode. \*(ST may be built with different graphical user interfaces, including Curses and GTK+ based ones. Eventually when the user terminates interactive mode by calling |