forked from NotAShelf/beer
pty: run the shell and read its output
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ib472cd1bd66ffbba1725d4576eedffff6a6a6964
This commit is contained in:
parent
c68d3445e7
commit
740aefffa8
5 changed files with 165 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
//! beer, a fast, software-rendered, Wayland-native terminal emulator.
|
||||
|
||||
mod pty;
|
||||
mod wayland;
|
||||
|
||||
use std::process::ExitCode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue