From: David Lawrence Ramsey Date: Tue, 5 Jul 2005 01:02:11 +0000 (+0000) Subject: in faq.html, update section 4.10 to mention that pasting from the X X-Git-Tag: v1.3.9~229 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=504ae90a8ee00137f877d4435b76b827bf9ac47f;p=nano.git in faq.html, update section 4.10 to mention that pasting from the X clipboard via the middle mouse button also works when the Shift key is used git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2817 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 5b8b4c84..739b7e84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -36,6 +36,10 @@ CVS code - configure.ac: - Since we only use vsnprintf() now, remove the tests for snprintf(). (DLR) + doc/faq.html: + - Update section 4.10 to mention that pasting from the X + clipboard via the middle mouse button also works when the + Shift key is used. (DLR) doc/nanorc.sample: - Add regexes for Bourne shell scripts. (Mike Frysinger, minor tweaks by DLR) diff --git a/doc/faq.html b/doc/faq.html index 451a7ee0..e8d7fbba 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -208,8 +208,8 @@

Again, replace x.y.z with the version of nano you use.

4.9. I've compiled nano with color support, but I don't see any color when I run it!

If you want nano to actually use color, you have to specify the color configurations you want it to use in your .nanorc. Some example configurations are in the nanorc.sample that comes with the nano source or your nano package. See Section 3.9.

-

4.10. How do I select text for the clipboard in an X terminal when I'm running nano in one and nano's mouse support is turned on?

-

Try holding down the Shift key and selecting the text as you normally would.

+

4.10. How do I select text for or paste text from the clipboard in an X terminal when I'm running nano in one and nano's mouse support is turned on?

+

Try holding down the Shift key and selecting or pasting the text as you normally would.


5. Internationalization

5.1. There's no translation for my language!

@@ -250,6 +250,7 @@

8. ChangeLog

+2005/07/04 - Update section 4.10 to mention that pasting from the X clipboard via the middle mouse button also works when the Shift key is used.
2005/06/15 - Update description of --enable-extra, and add missing line breaks. (DLR)
2005/06/13 - Minor capitalization and wording fixes. (DLR)
2005/06/08 - Updated section 1.1 to mention the current maintainer. (DLR)