hsnborn22 / LinGo

A language aquisition terminal application (TUI) to learn languages with text.
https://lingotext.github.io/
MIT License
64 stars 2 forks source link

Row length too small #3

Closed enrico3 closed 11 months ago

enrico3 commented 11 months ago

Hello, not sure why but for me the rows are displayed too short (on Windows).

This input file Input file

is displayed as: Output formatting

hsnborn22 commented 11 months ago

This issue is correlated to the first one; it is all caused by poor API communication with the windows terminal. As you can see the "current size" values are -1,-1 which is a flag I used to denote errors with the terminal size API. I'll close this issue and merge it in the first one.