feat: use termwiz as backend as that enables a ptty, which can be cleaned up nicely
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-23 22:16:19 +02:00
parent f0f81f8a0b
commit 348e448ce9
10 changed files with 663 additions and 107 deletions

View File

@@ -25,10 +25,10 @@ prost = "0.13.2"
prost-types = "0.13.2"
bytes = "1.7.1"
nucleo-matcher = "0.3.1"
ratatui = "0.28.1"
ratatui = { version = "0.28.1", features = ["termwiz"] }
crossterm = { version = "0.28.0", features = ["event-stream"] }
futures = "0.3.30"
atty = "0.2.14"
termwiz = "0.22.0"
[dev-dependencies]
pretty_assertions = "1.4.0"