Damn newline code
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@911 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
08893e08e3
commit
3795e5fc76
2
rcfile.c
2
rcfile.c
|
@ -200,7 +200,7 @@ void parse_colors(FILE *rcstream, char *filename, int *lineno, char *buf, char *
|
||||||
switch (*ptr) {
|
switch (*ptr) {
|
||||||
case '\n':
|
case '\n':
|
||||||
*ptr = ' ';
|
*ptr = ' ';
|
||||||
i++;
|
/* i++; */
|
||||||
case ' ':
|
case ' ':
|
||||||
if (prev != '\\') {
|
if (prev != '\\') {
|
||||||
/* This is the end of the regex, uh I guess.
|
/* This is the end of the regex, uh I guess.
|
||||||
|
|
Loading…
Reference in New Issue