mgeisler/textwrap

Add support for finding terminal size and use that for splitting

mgeisler opened this issue · 2 comments

We could ship with a convenience function that will automatically find the terminal width on Unix and Windows and wrap the text accordingly.

Take a look at term_size if you haven't already 😉 I'd also welcome any contributions to that crate.

@kbknapp Thanks, I was already thinking of using that!