diff options
| author | Patrick Decat <pdecat@gmail.com> | 2023-03-25 18:27:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-25 17:27:20 +0000 |
| commit | 13ce5f746c946f5695c55642a9af5ead8894f692 (patch) | |
| tree | 897bf423b9cebff29654b2a32e45b99027fcb02a /Cargo.lock | |
| parent | Respect exit_mode setting when exiting with arrow down keypress (#807) (diff) | |
| download | atuin-13ce5f746c946f5695c55642a9af5ead8894f692.zip | |
feat: add an inline view mode (#648)
* add inline viewport
* Add inline_height setting. Zero disables inline mode (the default)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1764,8 +1764,7 @@ dependencies = [ [[package]] name = "ratatui" version = "0.20.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcc0d032bccba900ee32151ec0265667535c230169f5a011154cdcd984e16829" +source = "git+https://github.com/conradludgate/tui-rs-revival?branch=inline#6ed61959ecfc560e4e6a00a1410bb5fcbf0eda91" dependencies = [ "bitflags", "cassowary", |
