big ass input system

This commit is contained in:
Tao Tien 2026-01-12 21:07:34 -08:00
parent 81cb5c24d4
commit a6079103a4
6 changed files with 73 additions and 44 deletions

View file

@ -11,7 +11,7 @@ pub(crate) fn draw_ingame(
use ratatui::prelude::*;
tui_ctx.draw(|frame| {
debug!("{}", frame.area());
// debug!("{}", frame.area());
let layout = Layout::horizontal(vec![Constraint::Max(5); 13]).flex(Flex::Start);
let mut area = frame.area();