the mouse when mouse support is enabled: by holding down Shift.
* nano.spec.in, doc/faq.html, doc/texinfo/nano.texi - Remove
vestiges of the obsolete '--enable-all' configure flag.
+ * src/rcfile.c - Fix compilation with --disable-color.
2014-03-26 Mike Frysinger <vapier@gentoo.org>.
* configure.ac - Clean up most of the --with/--enable flags:
ptr = parse_next_word(ptr);
+#ifdef ENABLE_COLOR
/* Handle extending first... */
if (strcasecmp(keyword, "extendsyntax") == 0) {
char *syntaxname = ptr;
ptr = parse_next_word(ptr);
}
}
+#endif
/* Try to parse the keyword. */
if (strcasecmp(keyword, "set") == 0) {