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

Don't clear outchar_esc until the char AFTER the end of the ANSI sequence.

parent 2bddb8e8
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ void sbbs_t::outchar(char ch)
}
else if(outchar_esc==2) {
if((ch>='@' && ch<='Z') || (ch>='a' && ch<='z'))
outchar_esc=0;
outchar_esc++;
}
else
outchar_esc=0;
......
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