This commit is contained in:
Tao Tien 2026-01-17 02:22:47 -08:00
parent 02b40ef344
commit 3182916832
7 changed files with 85 additions and 14 deletions

View file

@ -54,7 +54,7 @@ pub(crate) fn keyboard(
}
_ => {}
},
TuiState::InGame => debug!("unhandled keyboard event"),
TuiState::InGame => { /* debug!("unhandled keyboard event") */ }
}
}
}