Skip to content
Snippets Groups Projects
Commit 5f2c1052 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

A line feed does not move the cursor to column 0.

This caused an issue for the soon to be committed P_INDENT support in putmsg().
parent dd0c0c12
No related branches found
No related tags found
No related merge requests found
......@@ -702,7 +702,6 @@ int sbbs_t::outchar(char ch)
if(lncntr || lastlinelen)
lncntr++;
lbuflen=0;
column=0;
break;
case FF: // 12
lncntr=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