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.toml | |
| 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.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -81,3 +81,6 @@ version = "0.3" default-features = false features = ["ansi", "fmt", "registry", "env-filter"] optional = true + +[patch.crates-io] +ratatui = { git = "https://github.com/conradludgate/tui-rs-revival", branch = "inline" } |
