Open Samyak2 opened 1 year ago
When the terminal is resized in the middle of a typing test, the text wraps around weirdly. A ctrl-r fixes this but it would be nice to not interrupt the test.
ctrl-r
Although, a terminal resize in the middle of a test might be unlikely.
Termion, the library toipe uses for terminal rendering, doesn't seem to have an event for resizes: https://gitlab.redox-os.org/redox-os/termion/-/issues/151
So this will be tricky to implement. I'm not sure how to do this yet
What?
When the terminal is resized in the middle of a typing test, the text wraps around weirdly. A
ctrl-r
fixes this but it would be nice to not interrupt the test.Although, a terminal resize in the middle of a test might be unlikely.
How?
Termion, the library toipe uses for terminal rendering, doesn't seem to have an event for resizes: https://gitlab.redox-os.org/redox-os/termion/-/issues/151
So this will be tricky to implement. I'm not sure how to do this yet