vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
https://vlang.io
GNU General Public License v2.0
1.89k stars 120 forks source link

shell: Number of characters per line limited by screen #51

Closed koplenov closed 2 months ago

koplenov commented 2 years ago

Error when characters reach the end of the screen: image

Ccode-lang commented 2 years ago

I tested, I have the same problem.

mintsuki commented 2 years ago

This is an issue related to bash+mlibc, where when wrapping should occur, a segmentation fault happens instead. Managarm OS (which also uses mlibc) suffers from this same issue so it's not a Vinix-specific issue.

Will keep this issue open and close it once it is fixed upstream.

mintsuki commented 2 months ago

This must have been fixed on the mlibc upstream at some point. Closing as completed.