Samyak2 / toipe

yet another typing test, but crab flavoured
MIT License
595 stars 31 forks source link

fix: print error message when terminal size is less the number of lines #28

Closed notjedi closed 2 years ago

notjedi commented 2 years ago

fixes #19

this is my first time writing rust code, so please let me know if there is a better way of doing this.

Samyak2 commented 2 years ago

Also, could you link the issue by adding "Fixes #19" in your PR's description?

notjedi commented 2 years ago

i pushed a new commit with all the changes, do take a final look at it. also i appreciate you being patient and guiding me on writing rust for the first time. thank you.

Samyak2 commented 2 years ago

The formatting step is failing. Could you run cargo fmt and fix it?

notjedi commented 2 years ago

done @Samyak2