From a9214ac450a5a8d71daa84942c2e1d03a3b9f139 Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Thu, 6 May 2021 22:51:37 -0700 Subject: [PATCH] Change CRLF before batch flag prompt to a conditional new-line. If a sysop wants a *blank* line before the batch flag prompt, they can put that (or a conditional blank line, even better) in their text.dat (BatchFlagPrompt). For now, I'm thinking no blank line before the prompt is better use of the screen. --- src/sbbs3/listfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/listfile.cpp b/src/sbbs3/listfile.cpp index 1918bd1aa9..c5de256a2f 100644 --- a/src/sbbs3/listfile.cpp +++ b/src/sbbs3/listfile.cpp @@ -472,7 +472,7 @@ int sbbs_t::batchflagprompt(smb_t* smb, file_t** bf, ulong* row, uint total if(usrdir[ulib][udir]==smb->dirnum) break; - CRLF; + cond_newline(); while(online) { bprintf(text[BatchFlagPrompt] ,ulib+1 -- GitLab