diff --git a/ChangeLog b/ChangeLog index 641f04b3..78ed58d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -105,6 +105,10 @@ CVS code - do_input(), do_statusbar_input(), get_prompt_string(), and parse_kbinput(). (DLR, suggested by Nick Warne and Benno Schulenberg) + - Explain the mouse support in more detail, and sync the text of + its description across all documentation. Changes to nano.1, + nanorc.5, nanorc.sample, and nano.texi. (Benno Schulenberg and + DLR) - browser.c: do_browser() - Reference NANO_GOTODIR_(ALT|F)?KEY instead of diff --git a/doc/man/nano.1 b/doc/man/nano.1 index 4d327fbd..bfe2756b 100644 --- a/doc/man/nano.1 +++ b/doc/man/nano.1 @@ -7,7 +7,7 @@ .\" warranty. .\" .\" $Id$ -.TH NANO 1 "version 1.3.12" "May 14, 2006" +.TH NANO 1 "version 1.3.12" "May 24, 2006" .\" Please adjust this date whenever revising the manpage. .\" @@ -146,7 +146,10 @@ a new file instead of following it. Good for editing files in \fI/tmp\fP, perhaps? .TP .B \-m (\-\-mouse) -Enable mouse support (if available for your system). +Enable mouse support, if available for your system. When enabled, mouse +clicks can be used to place the cursor, set the mark (with a double +click), and execute shortcuts. The mouse will work in the X Window +System, and on the console when gpm is running. .TP .B \-o \fIdir\fP (\-\-operatingdir=\fIdir\fP) Set operating directory. Makes \fBnano\fP set up something similar to a diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5 index 9f5d5e88..b4c478d6 100644 --- a/doc/man/nanorc.5 +++ b/doc/man/nanorc.5 @@ -7,7 +7,7 @@ .\" warranty. .\" .\" $Id$ -.TH NANORC 5 "version 1.3.12" "May 23, 2006" +.TH NANORC 5 "version 1.3.12" "May 24, 2006" .\" Please adjust this date whenever revising the manpage. .\" .SH NAME @@ -95,8 +95,10 @@ default value is "\fI(<[{)>]}\fP". Allow use of the blank line below the titlebar as extra editing space. .TP .B set/unset mouse -Enable mouse support, so that mouse clicks can be used to set the mark -and run shortcuts. +Enable mouse support, if available for your system. When enabled, mouse +clicks can be used to place the cursor, set the mark (with a double +click), and execute shortcuts. The mouse will work in the X Window +System, and on the console when gpm is running. .TP .B set/unset multibuffer Allow inserting files into their own buffers. diff --git a/doc/nanorc.sample b/doc/nanorc.sample index 30e6b8ad..f4d1d448 100644 --- a/doc/nanorc.sample +++ b/doc/nanorc.sample @@ -65,8 +65,11 @@ ## Use the blank line below the titlebar as extra editing space. # set morespace -## Enable mouse support, so that mouse clicks can be used to set the -## mark and run shortcuts. +## Enable mouse support, if available for your system. When enabled, +## mouse clicks can be used to place the cursor, set the mark (with a +## double click), and execute shortcuts. The mouse will work in the X +## Window System, and on the console when gpm is running. +## # set mouse ## Allow multiple file buffers (inserting a file will put it into a diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi index cbe8c4df..2bd43731 100644 --- a/doc/texinfo/nano.texi +++ b/doc/texinfo/nano.texi @@ -9,7 +9,7 @@ @smallbook @set EDITION 0.1 @set VERSION 1.3.12 -@set UPDATED 23 May 2006 +@set UPDATED 24 May 2006 @dircategory Editors @direntry @@ -219,8 +219,10 @@ When writing files, if the given file is a symbolic link, it is removed and a new file is created. @item -m, --mouse -Enables the use of the mouse to select text (currently only useful for -running under the X Window System). +Enable mouse support, if available for your system. When enabled, mouse +clicks can be used to place the cursor, set the mark (with a double +click), and execute shortcuts. The mouse will work in the X Window +System, and on the console when gpm is running. @item -o