input: encode keyboard events and send them to the shell

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6ee2acd5f74575f4bcc2f41417207c626a6a6964
This commit is contained in:
raf 2026-06-24 12:42:17 +03:00
commit b2d656e7bd
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
5 changed files with 322 additions and 8 deletions

View file

@ -2,6 +2,7 @@
mod font;
mod grid;
mod input;
mod pty;
mod render;
mod vt;