/usr/lib/swipl/library/lynx/format.pl
AllApplicationManualNameSummaryHelp

  • library
    • lynx
      • html_text.pl
      • format.pl -- Print formatted text to a terminal
        • format_paragraph/2
        • words/2
      • html_style.pl
      • pldoc_style.pl
 format_paragraph(+Text, +Options)
Format a paragraph to the current output. Options defined are:
width(+Width)
Width of a line. Default is 72.
margin_left(+Indent)
Indent all lines with Indent spaces.
margin_right(+Margin)
Additional right margin (same as reducing width)
hang(+Hang)
Additional indent for the first line. Can be negative.
bullet(+Bullet)
Bullet placed before the first line.
text_align(Alignment)
One of left, right, center or justify
pad(+Char)
If present, padd to the right using Char. Currently Char must be ' '.