From 21af5cb884eeb736f54ae51d44baf3d2c10eb26f Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 22 Dec 2010 20:47:54 +0000 Subject: [PATCH] Doc changes: use consistently "selection buffer" and "clipboard" as names of the two buffers. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8108 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Input.H | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FL/Fl_Input.H b/FL/Fl_Input.H index 000730d77..f5d245412 100644 --- a/FL/Fl_Input.H +++ b/FL/Fl_Input.H @@ -46,7 +46,7 @@ key as defined by the operating system.

- +
Fl_Input keyboard and mouse bindings.Fl_Input keyboard and mouse bindings.
Mouse button 1 @@ -55,12 +55,12 @@ Double click selects words. Triple click selects all line. Shift+click extends the selection. - When you select text it is automatically copied to the clipboard. + When you select text it is automatically copied to the selection buffer.
Mouse button 2 - Insert the clipboard at the point clicked. - You can also select a region and replace it with the clipboard + Insert the selection buffer at the point clicked. + You can also select a region and replace it with the selection buffer by selecting the region with mouse button 2.
Mouse button 3 @@ -84,7 +84,7 @@

- +
Fl_Input platform specific keyboard bindings.Fl_Input platform specific keyboard bindings.
Windows/Linux Mac