diff options
Diffstat (limited to 'documentation/Fl_Input.html')
| -rw-r--r-- | documentation/Fl_Input.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/Fl_Input.html b/documentation/Fl_Input.html index 98614ffb9..8e4317022 100644 --- a/documentation/Fl_Input.html +++ b/documentation/Fl_Input.html @@ -27,8 +27,8 @@ will correctly display anything, using ^X notation for unprintable control characters and \nnn notation for unprintable characters with the high bit set. It assummes the font can draw any characters in the ISO8859-1 character set. -<TABLE border=1> -<TR><TD><B>Mouse button 1</B></TD><TD>Moves the cursor to this point. +<CENTER><TABLE border=1 WIDTH=90%> +<TR><TD WIDTH=200><B>Mouse button 1</B></TD><TD>Moves the cursor to this point. Drag selects characters. Double click selects words. Triple click selects all text. Shift+click extends the selection.</TD></TR> <TR><TD><B>Mouse button 2</B></TD><TD>Insert the current X selection at @@ -71,7 +71,7 @@ into a single "undo". Often this will undo a lot more than you expected.</TD></TR> <TR><TD><B>Shift+move</B></TD><TD>Move the cursor but also extend the selection.</TD></TR> -</TABLE> +</TABLE></CENTER> <H3>Methods</H3> <CENTER> <TABLE width=90%> @@ -176,4 +176,4 @@ fields. </LI> <H4><A name=Fl_Input.cursor_color>Fl_Color Fl_Input::cursor_color() const <BR> void Fl_Input::cursor_color(Fl_Color)</A></H4> - Get or set the color of the cursor. This is black by default. </BODY></HTML>
\ No newline at end of file + Get or set the color of the cursor. This is black by default. </BODY></HTML> |
