You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xplr/src
Arijit Basu ca6cefb1c1 Use tui-input to handle input buffer
New message: `UpdateInputBufferFromKey` to replace most
`BufferInputFromKey` usage.

This adds more functionalities to the input buffer and reduces
boilerplate code.

This commit also deprecates `config.general.cursor` as the cursor will
be set by the terminal from now.

Repo: https://github.com/sayanarijit/tui-input
3 years ago
..
bin Implement support path selection and force focus 3 years ago
app.rs Use tui-input to handle input buffer 3 years ago
cli.rs Fail if path doesn't exist 3 years ago
config.rs Use tui-input to handle input buffer 3 years ago
event_reader.rs Format & lint code 3 years ago
explorer.rs Format & lint code 3 years ago
init.lua Use tui-input to handle input buffer 3 years ago
input.rs Use tui-input to handle input buffer 3 years ago
lib.rs Refactored parts of `runner::Runner` to take a Cli struct, instead of putting everything manually in `Runner`. 3 years ago
lua.rs Format & lint code 3 years ago
permissions.rs Format & lint code 3 years ago
pipe_reader.rs Remove auto refresh service 3 years ago
pwd_watcher.rs Format & lint code 3 years ago
runner.rs Use tui-input to handle input buffer 3 years ago
ui.rs Use tui-input to handle input buffer 3 years ago