Many Changes

This commit is contained in:
2025-07-08 13:18:52 -04:00
parent d446e8f31b
commit 0c0d5f15ef
7 changed files with 202 additions and 294 deletions

View File

@@ -38,7 +38,7 @@ fn main() -> io::Result<()> {
COLORS_BG[next(counter)]
));
// q to quit
if input == Event::Key(Key::Char('q'), KeyType::Press, KeyModifiers::none()) {
if input == Event::Key(Key::Char('q'), KeyType::Press, KeyMods::NONE) {
break;
}
counter = next(counter);