mirror of
https://github.com/Xyverle/neutuino.git
synced 2026-06-26 22:23:14 -04:00
Many Changes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user