ignore control-l (parallelling change to tokenizer.c)
This commit is contained in:
parent
aaf18390ee
commit
e78c5d0a16
@ -212,7 +212,7 @@ tb_displayline(f, filename, lineno, name)
|
|||||||
}
|
}
|
||||||
if (i == lineno) {
|
if (i == lineno) {
|
||||||
char *p = linebuf;
|
char *p = linebuf;
|
||||||
while (*p == ' ' || *p == '\t')
|
while (*p == ' ' || *p == '\t' || *p == '\014')
|
||||||
p++;
|
p++;
|
||||||
writestring(" ", f);
|
writestring(" ", f);
|
||||||
writestring(p, f);
|
writestring(p, f);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user