forked from extern/nushell
8018ae3286
Release notes: https://github.com/nushell/reedline/releases/tag/v0.6.0 This release contains several bug fixes and improvements to the vi-emulation and documentation. - Improvements to the vi-style keybindings (@sadmac7000): - `w` now correctly moves to the beginning of the word. - `e` to move to the end of the word. - Bugfixes: - Support terminal emulators that erroneously report a size of 0x0 by assuming a default size to avoid panics and draw nevertheless (@DhruvDh) - Fix `ListMenu` layout calculations. Avoids scrolling bug when wrapping occurs due to the line numbering (@ahkrr) - Avoid allocating to the total history capacity which can cause the application to go out of memory (@sholderbach) - Documentation improvements including addition of documentation intended for reedline developers (@petrisch, @sholderbach) |
||
---|---|---|
.. | ||
assets | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml | ||
LICENSE |