forked from NotAShelf/beer
vt: parse terminal output into a grid model
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Iee271b093801326cff2489218063ab4c6a6a6964
This commit is contained in:
parent
740aefffa8
commit
bc53393aec
6 changed files with 1169 additions and 4 deletions
|
|
@ -16,6 +16,8 @@ rustix = { version = "1.1.4", features = ["pty", "process", "termios", "stdio",
|
|||
smithay-client-toolkit = "0.20.0"
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
|
||||
unicode-width = "0.2.2"
|
||||
vte = "0.15.0"
|
||||
wayland-client = "0.31.14"
|
||||
|
||||
[lints.rust]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue