nushell/crates/nu-cli
Stefan Holderbach 0986c61a5d
Lift line editor construction out of loop (#5041)
Enables the use of some features on reedline

- Keeping the line when clearing the screen with `Ctrl-L`
- Using the internal cut buffer between lines
- Submitting external commands via keybinding and keeping the line

Additional effect:

Keep the history around and do basic syncs (performance improvement
minimal as session changes have to be read and written)

Additional change:

Give the option to defer writing/rereading the history file to the
closing of the session ($config.sync_history_on_enter)
2022-03-31 23:25:48 +02:00
..
src Lift line editor construction out of loop (#5041) 2022-03-31 23:25:48 +02:00
Cargo.toml Help menu (#4992) 2022-03-27 14:01:04 +01:00