diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-08-30 22:32:09 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-08-30 22:32:09 -0700 |
commit | f22e24953a79988af3b1ac89a00bb9665a5d497a (patch) | |
tree | deca34c1b00e17a91ac46befa0fd5f609e829271 | |
parent | 2b6aecb42be08b9f2d9b2d900a60fc7b899f214f (diff) | |
download | txr-f22e24953a79988af3b1ac89a00bb9665a5d497a.tar.gz txr-f22e24953a79988af3b1ac89a00bb9665a5d497a.tar.bz2 txr-f22e24953a79988af3b1ac89a00bb9665a5d497a.zip |
doc: warn about exit methods not saving history.
* txr.1: Under INTERACTIVE LISTENER, add remarks that
using the exit function, or raising a fatal signal,
will prevent the history from being saved.
-rw-r--r-- | txr.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -42264,6 +42264,9 @@ function. This method allows a termination status to be specified: os-shell $ .cble +However, if a \*(TX interactive session is terminated this way, it will not +save the listener history. + Raising a fatal signal with the .code raise function is another way to quit: @@ -42274,6 +42277,8 @@ function is another way to quit: os-shell $ .cble +The previous remark about not saving the listener history applies here also. + .SS* Interrupting Evaluation Ctrl-C typed while editing a command line is interpreted as an editing command |