Parse ^? correctly now
This commit is contained in:
parent
4f5129899a
commit
d9f3f4f9bb
@ -174,6 +174,9 @@ struct term_path *path; {
|
||||
*dp++ = '0';
|
||||
}
|
||||
sp++;
|
||||
} else if (*sp == '?') {
|
||||
*dp++ = '\177';
|
||||
sp++;
|
||||
} else
|
||||
*dp++ = '^';
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user