I might have missed something but it seems like I can't use this for my basic use-case: I want columns that are automatically-sized to wrap text. I'm using xtermjs and I'm setting maxLineWidth according to it's with, but I always get truncation for a long column.
I might have missed something but it seems like I can't use this for my basic use-case: I want columns that are automatically-sized to wrap text. I'm using xtermjs and I'm setting
maxLineWidthaccording to it's with, but I always get truncation for a long column.