shellrhythm / shellrhythm-cli

A rhythm game, in the terminal!
ISC License
60 stars 4 forks source link

Fix crashes when attempting to navigate empty chart lists. #14

Closed RealistikDash closed 1 year ago

RealistikDash commented 1 year ago

This PR fixes crashes regarding navigation attempts through an empty chart list.

Pressing any arrow key while inside an empty charts list would result in a division by zero error (for up and down arrows) or an index error (for the right arrow).

This PR adds a check that checks for an empty chart in the input handler.

HastagGuigui commented 1 year ago

Thanks for making a PR! Seems good to me