From e61d3bb1b28324c560fe90f37715f896667445b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Thu, 4 May 2023 21:55:36 -0400
Subject: [PATCH] Update auto-mode docs

---
 src/syncterm/bbslist.c  | 6 +++---
 src/syncterm/syncterm.c | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/syncterm/bbslist.c b/src/syncterm/bbslist.c
index 3c757b2203..d6419d0014 100644
--- a/src/syncterm/bbslist.c
+++ b/src/syncterm/bbslist.c
@@ -1878,12 +1878,12 @@ change_settings(int connected)
 				    "        these are attempted is:"
 #ifdef __unix__
  #ifdef NO_X
-				    " SDL, then Curses\n\n"
+				    " SDL, Curses, then ANSI\n\n"
  #else
-				    " X11, SDL, then Curses\n\n"
+				    " X11, SDL, Curses, then ANSI\n\n"
  #endif
 #else
-				    " SDL, then Windows Console\n\n"
+				    " GDI, SDL, Windows Console, then ANSI\n\n"
 #endif
 #ifdef __unix__
 				    "~ Curses ~\n"
diff --git a/src/syncterm/syncterm.c b/src/syncterm/syncterm.c
index b891eeede3..71cac98a44 100644
--- a/src/syncterm/syncterm.c
+++ b/src/syncterm/syncterm.c
@@ -741,9 +741,9 @@ static const struct {
 char *output_types[] = {
 	"Autodetect"
 #ifdef __unix__
-	" (X11, SDL, Curses)"
+	" (X11, SDL, Curses, ANSI)"
 #elif defined(_WIN32)
-	" (SDL, Console, ANSI)"
+	" (GDI, SDL, Console, ANSI)"
 #endif
 #ifdef __unix__
 	, "Curses",
-- 
GitLab