From 6b95ef932e0b682ba6aaac160c0bde35c489bc25 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Fri, 16 Jul 2004 23:12:18 +0000
Subject: [PATCH] Display -i and -e in help if USE_UIFC32 is defined (we no
 longer use the USE_CURSES macro).

---
 src/sbbs3/scfg/scfg.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sbbs3/scfg/scfg.c b/src/sbbs3/scfg/scfg.c
index 559c7dd683..f72c94de90 100644
--- a/src/sbbs3/scfg/scfg.c
+++ b/src/sbbs3/scfg/scfg.c
@@ -8,7 +8,7 @@
  * @format.tab-size 4		(Plain Text/Source Code File Header)			*
  * @format.use-tabs true	(see http://www.synchro.net/ptsc_hdr.html)		*
  *																			*
- * Copyright 2003 Rob Swindell - http://www.synchro.net/copyright.html		*
+ * Copyright 2004 Rob Swindell - http://www.synchro.net/copyright.html		*
  *																			*
  * This program is free software; you can redistribute it and/or			*
  * modify it under the terms of the GNU General Public License				*
@@ -170,7 +170,7 @@ int main(int argc, char **argv)
 #endif
                         "-c  =  force color mode\r\n"
 						"-m  =  force monochrome mode\r\n"
-#ifdef USE_CURSES
+#ifdef USE_UIFC32
                         "-e# =  set escape delay to #msec\r\n"
 						"-i  =  force IBM charset\r\n"
 #endif
-- 
GitLab