]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 19 Jul 2006 02:44:56 +0000 (02:44 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 19 Jul 2006 02:44:56 +0000 (02:44 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3796 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.h

index b541897a18496a9220a5438dbb9652f424a3db68..c67afea8fe0ed679af660c340614f3e015162db9 100644 (file)
 #define getline ngetline
 #endif
 
-/* If we aren't using ncurses, turn the mouse support off, as it's
- * ncurses-specific. */
+/* If we aren't using ncurses with mouse support, turn the mouse support
+ * off, as it's useless then. */
 #ifndef NCURSES_MOUSE_VERSION
 #define DISABLE_MOUSE 1
 #endif