Skip to content
Snippets Groups Projects
Commit 58d7cfa0 authored by deuce's avatar deuce
Browse files

Fix handling of ESC[m - reported by void on #BBS

Triggered by MysticBBS |07 code.
parent 565aaa25
No related branches found
No related tags found
No related merge requests found
......@@ -928,6 +928,7 @@ void do_ansi(char *retbuf, size_t retsize, int *speed)
gettextinfo(&ti);
if(p2>p) {
cterm.attr=ti.normattr;
textattr(cterm.attr);
break;
}
while((p=strtok(p2,";"))!=NULL) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment