From 13ce5f746c946f5695c55642a9af5ead8894f692 Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Sat, 25 Mar 2023 18:27:20 +0100 Subject: feat: add an inline view mode (#648) * add inline viewport * Add inline_height setting. Zero disables inline mode (the default) --- Cargo.lock | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index c78a1d44..fa469943 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", -- cgit v1.3.1