pty: run the shell and read its output

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ib472cd1bd66ffbba1725d4576eedffff6a6a6964
This commit is contained in:
raf 2026-06-23 15:32:22 +03:00
commit 740aefffa8
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
5 changed files with 165 additions and 1 deletions

View file

@ -1,5 +1,6 @@
//! beer, a fast, software-rendered, Wayland-native terminal emulator.
mod pty;
mod wayland;
use std::process::ExitCode;