diff --git a/FL/Fl_Multiline_Input.H b/FL/Fl_Multiline_Input.H index 69cbac3de..4ac3441e9 100644 --- a/FL/Fl_Multiline_Input.H +++ b/FL/Fl_Multiline_Input.H @@ -25,7 +25,7 @@ #include "Fl_Input.H" /** - This input field displays '\n' characters as new lines rather than ^J, + 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.