[tfman] bring us out of escaped state on non-backslash

This commit is contained in:
nick black 2021-12-12 00:06:11 -05:00
parent d6cb34af2b
commit 4ba258c6d7
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -656,6 +656,7 @@ putpara(struct ncplane* p, const char* text){
curend = macend;
break;
}
inescape = false;
}
}
if(textend == NULL){