From 4c4d0d3dabb2687cbe17dbb5c5cb901515d6bdd6 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