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
|
|
@ -1,6 +1,8 @@
|
|||
//! beer, a fast, software-rendered, Wayland-native terminal emulator.
|
||||
|
||||
mod grid;
|
||||
mod pty;
|
||||
mod vt;
|
||||
mod wayland;
|
||||
|
||||
use std::process::ExitCode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue