Ali Mohammad Pur
27572c9d34
Base: Document the Shell's new termios allow-list
...
Also add `stty` to that list by default.
2021-05-24 23:26:49 +04:30
Ali Mohammad Pur
a527256356
Shell: Add an option to autosave history every N ms
...
...and set it to 10 seconds by default.
2021-05-11 10:19:07 +01:00
Brendan Coles
aee735889e
Base: Fix typos and spelling errors in man pages
2021-05-05 12:22:08 +01:00
Brendan Coles
5331ae0e93
Base: man pages: document arguments, fix typos, use American English
2021-03-27 19:23:49 +01:00
Ben Wiederhake
15b675a804
Shell: Document all supported PROMPT flags
2021-03-04 22:17:18 +01:00
Linus Groh
d412fbdcf3
Shell+LibLine: Support HISTCONTROL environment variable
...
This is implemented in Line::Editor meaning not only the Shell will
respect it, but also js, Debugger etc.
Possible values are "ignorespace", "ignoredups" and "ignoreboth", as
documented in Shell-vars(7), for now.
The default value for the anon user (set in .shellrc) is "ignoreboth".
2020-10-26 11:27:54 +01:00
Linus Groh
4a4b1b1131
Shell: Support HISTFILE environment variable
...
This allows changing the Shell's history file path.
2020-10-26 11:27:54 +01:00
AnotherTest
68189f80cc
Shell: Document the use of environment/local variables
2020-08-18 16:58:17 +02:00