My problem is this..with a big tab-spaced list (and no line breaks, so I rely on client to do the line-wrapping), a client-side line wrap will indent the next line one space in and then the next line one space further in.
In short:
A large block of text will output something reasonable like:
But a tabbed list gets that offset problem.
Is there an option someplace to move that leading space to the end of the previous line (or just omit it from the output altogether), and thus keep everything in a nice straight column format?
Currently trying Twisol's suggestion from the infamous multiline problem: http://www.mushclient.com/forum/bbshowpost.php?bbsubject_id=10010:
Thanks.
-Daniel
In short:
Item1 Item2 Item3 Item4
Item5 Item6 Item7 Item8
Item9 Item10 Item11 Item12
Item13 Item14 Item15 Item16
A large block of text will output something reasonable like:
A wall of granite soars into the heavens and
disappears into the misty clouds above. There
is a large block of cheese on the ground. A
turtle plods around in circles.
But a tabbed list gets that offset problem.
Is there an option someplace to move that leading space to the end of the previous line (or just omit it from the output altogether), and thus keep everything in a nice straight column format?
Currently trying Twisol's suggestion from the infamous multiline problem: http://www.mushclient.com/forum/bbshowpost.php?bbsubject_id=10010:
Quote:
The solution is usually to configure your screenwidth to 0, disabling server-side wrapping altogether,...
The solution is usually to configure your screenwidth to 0, disabling server-side wrapping altogether,...
Thanks.
-Daniel