manifoldco / promptui

Interactive prompt for command-line applications
https://www.manifold.co
BSD 3-Clause "New" or "Revised" License
6.03k stars 333 forks source link

Ensure tabwriter output is compatible with colorized text #191

Open jbowes opened 2 years ago

jbowes commented 2 years ago

https://github.com/manifoldco/promptui/pull/181 Fixed a license incompatibility, but may have lead to problems with output.

If I remember correctly, ansiterm's tabwriter was chosen to make sure we could align output with formatting characters, as text/tabwriter was not ansii control character aware.

Verify this, see if it still matters, and either find or write a license compatible ansii aware tabwriter.