max-niederman / ttyper

Terminal-based typing test.
MIT License
1.05k stars 76 forks source link

Better error message for empty language file, implement drop for `State` to disable raw mode and other modes #101

Closed ProgKea closed 6 months ago

ProgKea commented 9 months ago

This PR adds an error message for zero-length files and implements the Drop trait for State to ensure that the raw mode is disabled the cursor position is restored and the cursor is shown.

Closes #78