diff options
Diffstat (limited to 'FL/Fl_Multiline_Input.H')
| -rw-r--r-- | FL/Fl_Multiline_Input.H | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/FL/Fl_Multiline_Input.H b/FL/Fl_Multiline_Input.H index 609f8cc31..955400e92 100644 --- a/FL/Fl_Multiline_Input.H +++ b/FL/Fl_Multiline_Input.H @@ -38,15 +38,14 @@ This input field displays '\n' characters as new lines rather than ^J, and accepts the Return, Tab, and up and down arrow keys. This is for editing multiline text. - <P> + This is far from the nirvana of text editors, and is probably only good for small bits of text, 10 lines at most. Note that this widget does not support scrollbars or per-character color control. - <P> + If you are presenting large amounts of text and need scrollbars or full color control of characters, you probably want Fl_Text_Editor instead. - <P> */ class Fl_Multiline_Input : public Fl_Input { public: |
