TaskLite icon indicating copy to clipboard operation
TaskLite copied to clipboard

maxWidth and text wrapping

Open ypce opened this issue 4 years ago • 1 comments

Hi, It seems that maxWidth parameter, doesn't mater how high the value is, doesn't do anything? I assume, when set, for example to 200, it should only wrap the line when combined line character count is larger then 200? Because right now, even if the character count is lower then that value, the line is wrapped.

ypce avatar Mar 02 '21 17:03 ypce

It seems that lines are wrapped at 80 columns (when invoking tasklite to show the tasklist) It would be great to have a way to specify the number of columns (either by a parameter in the config file or by a command line option)

xsteve avatar Mar 25 '21 09:03 xsteve