forked from NotAShelf/beer
wayland: we have a (blank) window ladies and gentlemen
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Id2b91339a2d43cc95041dafe835c6a526a6a6964
This commit is contained in:
parent
2ccd62ba5e
commit
c68d3445e7
4 changed files with 649 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
//! beer, a fast, software-rendered, Wayland-native terminal emulator.
|
||||
|
||||
mod wayland;
|
||||
|
||||
use std::process::ExitCode;
|
||||
|
||||
use pound::Parse;
|
||||
|
|
@ -45,5 +47,5 @@ fn run(cli: Cli) -> anyhow::Result<()> {
|
|||
}
|
||||
|
||||
tracing::info!("starting beer");
|
||||
todo!("window mode")
|
||||
wayland::run()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue