Commit 6e308c04 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3796 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 7c06be5f
Showing with 2 additions and 2 deletions
+2 -2
......@@ -138,8 +138,8 @@
#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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment