mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Parse ^? correctly now
This commit is contained in:
parent
4f5129899a
commit
d9f3f4f9bb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8523
@ -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