diff --git a/FL/Fl_Output.H b/FL/Fl_Output.H index f8721177f..54ca037fa 100644 --- a/FL/Fl_Output.H +++ b/FL/Fl_Output.H @@ -42,7 +42,8 @@ \image latex text.eps "Fl_Output" width=8cm

There is a single subclass, Fl_Multiline_Output, which allows you to display multiple lines of - text.

+ text. Fl_Multiline_Output does not provide scroll bars. If a more + complete text editing widget is needed, use Fl_Text_Display instead.

The text may contain any characters except \\0, and will correctly display anything, using ^X notation for unprintable control characters and \\nnn notation for unprintable characters with the high bit set. It