vt: parse terminal output into a grid model

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Iee271b093801326cff2489218063ab4c6a6a6964
This commit is contained in:
raf 2026-06-23 16:11:31 +03:00
commit bc53393aec
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
6 changed files with 1169 additions and 4 deletions

View file

@ -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;