olekukonko / tablewriter

ASCII table in golang
MIT License
4.29k stars 367 forks source link

Add multi-line rich bulk support #225

Open nvrmndmnm opened 11 months ago

nvrmndmnm commented 11 months ago

Problem: if a row contains multiple lines of text, rich bulk will apply colors only to the first line. Fix: apply formatting to the whole dimension.