mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
[tfman] bring us out of escaped state on non-backslash
This commit is contained in:
parent
d6cb34af2b
commit
4ba258c6d7
@ -656,6 +656,7 @@ putpara(struct ncplane* p, const char* text){
|
||||
curend = macend;
|
||||
break;
|
||||
}
|
||||
inescape = false;
|
||||
}
|
||||
}
|
||||
if(textend == NULL){
|
||||
|
Loading…
x
Reference in New Issue
Block a user