comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3796 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
7c06be5ff7
commit
6e308c0442
|
@ -138,8 +138,8 @@
|
||||||
#define getline ngetline
|
#define getline ngetline
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* If we aren't using ncurses, turn the mouse support off, as it's
|
/* If we aren't using ncurses with mouse support, turn the mouse support
|
||||||
* ncurses-specific. */
|
* off, as it's useless then. */
|
||||||
#ifndef NCURSES_MOUSE_VERSION
|
#ifndef NCURSES_MOUSE_VERSION
|
||||||
#define DISABLE_MOUSE 1
|
#define DISABLE_MOUSE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue