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 | a9396d16884429b486e636a2e40ecc2e8c1a05a9 (patch) | |
tree | deca34c1b00e17a91ac46befa0fd5f609e829271 | |
parent | 80ffc964333c364cea1d0ab9df0b03287b551dc8 (diff) | |
download | txr-a9396d16884429b486e636a2e40ecc2e8c1a05a9.tar.gz txr-a9396d16884429b486e636a2e40ecc2e8c1a05a9.tar.bz2 txr-a9396d16884429b486e636a2e40ecc2e8c1a05a9.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 |