input: configurable key/text bindings, font resize, and fullscreen

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I671e429c3d4e4f3c82f4a15fed0ac73d6a6a6964
This commit is contained in:
raf 2026-06-25 11:03:15 +03:00
commit 9a680ab42e
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
5 changed files with 429 additions and 41 deletions

View file

@ -1,5 +1,6 @@
//! beer, a fast, software-rendered, Wayland-native terminal emulator.
mod bindings;
mod config;
mod font;
mod grid;