diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-02-18 19:49:40 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-02-18 19:49:40 -0800 |
commit | 843347592f7b4143f8a11ef29ff8c633489ee3c3 (patch) | |
tree | 8660e64fc1d2225b34c43e3f3822d27053e1f333 /txr.1 | |
parent | ba0f35bfa3f1ca3fc5fa071cdb09e09758a7c697 (diff) | |
download | txr-843347592f7b4143f8a11ef29ff8c633489ee3c3.tar.gz txr-843347592f7b4143f8a11ef29ff8c633489ee3c3.tar.bz2 txr-843347592f7b4143f8a11ef29ff8c633489ee3c3.zip |
listener: save history early with :save command.
* parser.c (hist_save): New static function.
(repl): Logic for savingn history when terminating has
moved into hist_save. New save command also calls this
function.
* txr.1: Documented.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -72061,6 +72061,16 @@ on MS Windows. If this variable doesn't exist, or the user doesn't have permissions to write to this directory or to an existing history file in that directory, then the history isn't saved. +It is possible to save the history without terminating the interactive +session, using the +.code :save +command. This saves the history in the manner described above. +Each invocation of +.code :save +only adds to the history file new input since the most recent +.code :save +command. + .SS* Parenthesis Matching A feature of the listener is visual parenthesis matching in the form of a |