big ass input system
This commit is contained in:
parent
81cb5c24d4
commit
a6079103a4
6 changed files with 73 additions and 44 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue