tdwright / contabs

Simple yet flexible tables for console apps.
MIT License
54 stars 20 forks source link

Actually implemented wrapping of long strings #29

Closed tdwright closed 6 years ago

tdwright commented 6 years ago

Although v0.3 has a method to wrap strings (which is tested and works), the OutputBuilder lacked multiline awareness. This fixes that and makes the long string wrapping useful.