0.10pre2. Extended, case insensitive regexps.
This commit is contained in:
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION = 0.10pre1
|
VERSION = 0.10pre2
|
||||||
|
|
||||||
# C compiler to use.
|
# C compiler to use.
|
||||||
#CC = gcc
|
#CC = gcc
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ int screen_filter_set(char* s) {
|
|||||||
regfree(&preg);
|
regfree(&preg);
|
||||||
}
|
}
|
||||||
|
|
||||||
r = regcomp(&preg, s, 0);
|
r = regcomp(&preg, s, REG_ICASE|REG_EXTENDED);
|
||||||
|
|
||||||
if(r == 0) {
|
if(r == 0) {
|
||||||
options.screenfilter = s;
|
options.screenfilter = s;
|
||||||
|
|||||||
Reference in New Issue
Block a user