From 5f2c105280a214e5aa609d9a4b7a1a3227b0253d Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Fri, 23 Apr 2021 23:27:32 -0700 Subject: [PATCH] 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(). --- src/sbbs3/con_out.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sbbs3/con_out.cpp b/src/sbbs3/con_out.cpp index 2a58cbaa26..7f37acf629 100644 --- a/src/sbbs3/con_out.cpp +++ b/src/sbbs3/con_out.cpp @@ -702,7 +702,6 @@ int sbbs_t::outchar(char ch) if(lncntr || lastlinelen) lncntr++; lbuflen=0; - column=0; break; case FF: // 12 lncntr=0; -- GitLab