Skip to content
Snippets Groups Projects
Commit 4c4d0d3d 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 d3ec4956
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -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.
Please register or to comment