dariusgm / didu

Diamand Duo
MIT License
1 stars 1 forks source link

quitting the game with "q" hangs the terminal. #8

Open dariusgm opened 1 year ago

dariusgm commented 1 year ago

I could hack-fix it with: 'levels : for (level_index, level) in levels.iter().enumerate() { ... KeyCode::Char('q') => { break 'levels }

dariusgm commented 1 year ago

Maybe needs "release_terminal" function call