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

Contrary to polular belief, you CAN fix stupid.

ANSI disply bug reported by knocturnal is now FIXED!
parent 0e6aefa1
No related branches found
No related tags found
No related merge requests found
......@@ -1919,7 +1919,7 @@ static void ctputs(struct cterminal *cterm, char *buf)
GOTOXY(cx,cy);
break;
default:
if(cx==cterm->width && (!cterm->autowrap==false)) {
if(cx==cterm->width && (!cterm->autowrap)) {
char ch;
ch=*(p+1);
*(p+1)=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