rustlings
rustlings copied to clipboard
Word wrap is not correct when terminal height > width
I often use VSCode with the terminal to the right side, as rustlings exercises wrap at 80 characters, and it looks to me like this, where the word wrapping is strange for rustlings output, as it seems to wrap on letters rather than words, and there are newlines that look fine on a terminal where width > height, but it looks strange when this is not the case. Is there a way to change this to wrap words correctly?

If anything, this would be a rustc issue, since that seems to be where that's coming from, correct? I'm not aware of an option to change rustc's word wrap settings (if it even has any)
Thanks, I'll ask there.