smol/src
David Lawrence Ramsey 23555f29ba add support for case insensitive expression matching when using color
syntax highlighting, via the "icolor" directive, and add it to those
regexes that can use it (ported from Brand Huntsman's old patch)


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2774 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2005-06-27 03:07:10 +00:00
..
.cvsignore Major package reorganization: 2003-09-07 00:44:12 +00:00
Makefile.am in src/Makefile.am, if we're installing and the "rnano" symlink already 2005-01-14 18:47:42 +00:00
chars.c more cosmetic fixes 2005-06-22 02:31:12 +00:00
color.c when reading color syntax names or sorting filenames, use mbstrcasecmp() 2005-06-19 21:10:48 +00:00
cut.c update the Free Software Foundation's mailing address in various 2005-05-15 19:57:17 +00:00
files.c remove all instances of charcpy() and replace them with strncpy(), for 2005-06-22 00:24:11 +00:00
global.c per Mike Frysinger's suggestion, change the word detection functions' 2005-06-26 19:03:48 +00:00
move.c change the SMOOTHSCROLL flag to the SMOOTH_SCROLL flag 2005-06-16 02:13:10 +00:00
nano.c in do_toggle(), properly treat color syntax highlighting as enabled by 2005-06-26 20:05:01 +00:00
nano.h add missing int -> bool conversion 2005-06-26 22:32:51 +00:00
proto.h add support for case insensitive expression matching when using color 2005-06-27 03:07:10 +00:00
rcfile.c add support for case insensitive expression matching when using color 2005-06-27 03:07:10 +00:00
search.c remove all instances of charcpy() and replace them with strncpy(), for 2005-06-22 00:24:11 +00:00
utils.c change some instances of charcpy() back to strncpy(), as the latter's 2005-06-21 22:32:50 +00:00
winio.c more last-minute comment fixes 2005-06-26 22:59:54 +00:00