mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e0d218180e
to format text. PR: 23963 Submitted by: Anton Berezin <tobez@tobez.org>
11 lines
450 B
Plaintext
11 lines
450 B
Plaintext
The format routine will format under all circumstances even if the width
|
|
isn't enough to contain the longest words. Text::Wrap will die under
|
|
these circumstances, although I am told this is fixed. If columns is set
|
|
to a small number and words are longer than that and the leading
|
|
'whitespace' than there will be a single word on each line. This will
|
|
let you make a simple word list which could be indented or right
|
|
aligned.
|
|
|
|
-Anton
|
|
<tobez@tobez.org>
|