Skip to content
Snippets Groups Projects
Commit e61d3bb1 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Update auto-mode docs

parent 0544e9c5
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4209 passed
......@@ -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"
......
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment