mirror of
https://github.com/mrfluffy-dev/kami.git
synced 2026-01-17 04:50:32 +00:00
fixed ln ui braking in tiling window managers
This commit is contained in:
@@ -151,6 +151,7 @@ fn run_app<B: Backend>(terminal: &mut Terminal<B>, mut app: App) -> io::Result<(
|
|||||||
let mut chapter_select = false;
|
let mut chapter_select = false;
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
|
terminal.clear()?;
|
||||||
terminal.draw(|f| ui(f, &mut app))?;
|
terminal.draw(|f| ui(f, &mut app))?;
|
||||||
if let Event::Key(key) = event::read()? {
|
if let Event::Key(key) = event::read()? {
|
||||||
match app.input_mode {
|
match app.input_mode {
|
||||||
|
|||||||
Reference in New Issue
Block a user