- Buffer::get{,_mut}() are deprecated, use Buffer[] instead.
They panic under the same conditions.
- Define dummy cursor actions and a window size for TestBackend.
- Frame::size() is deprecated, use Frame::area() instead.
This commit updates several packages to their latest versions
- unicode-width
- nix
- jwalk
- tui
- crosterm
And fixes some code to use the API of the latest packages
* init checkin
* tests now compile
* Update linux.rs
* fixed linux build
* fmt
* most tests pass
* all tests pass
* reinstate delete after test
* remove old snaps
* oops on the crossterm dep
* fix fmt
* add windows test to travis
* travis windows tests linux messed up term after q
* fmt
* clean as per PR
* more pr clean
* tests done on windows
* oops
* non windows tests
* more cleanup
* fmt
* one last clean
* linux->unix
* linux->unix
* style(cleanup): minor fixes
* style(cleanup): moar minor fixes
Co-authored-by: Aram Drevekenin <aram@poor.dev>
* fix(performance): scan hd in parallel
* fix(performance): scan hd in parallel
* chore(deps): drop unneeded cargo-insta dependency (#35)
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
* fix(performance): scan hd in parallel
* style(format): removed unused import
Co-authored-by: Igor Raits <i.gnatenko.brain@gmail.com>