Skip to content
Snippets Groups Projects
Commit 09eb7a52 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Usage help text update: "Win32 native mode" -> "Win32 console mode"

Win32 GDI mode is also native, so let's be more specific.
parent 8ac8ff87
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -763,7 +763,7 @@ int main(int argc, char **argv)
" F = Curses mode with forced IBM charset\n"
" I = Curses mode with forced ASCII charset\n"
#else
" W = Win32 native mode\n"
" W = Win32 console mode\n"
#endif
" A = ANSI mode\n"
" D = standard input/output/door mode\n"
......
......@@ -526,7 +526,7 @@ int main(int argc, char **argv)
" F = Curses mode with forced IBM charset\n"
" I = Curses mode with forced ASCII charset\n"
#else
" W = Win32 native mode\n"
" W = Win32 console mode\n"
#endif
" A = ANSI mode\n"
" D = standard input/output/door mode\n"
......
......@@ -1995,7 +1995,7 @@ int main(int argc, char** argv) {
" F = Curses mode with forced IBM charset\n"
" I = Curses mode with forced ASCII charset\n"
#else
" W = Win32 native mode\n"
" W = Win32 console mode\n"
#endif
" A = ANSI mode\n"
"-l# = set screen lines to #\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment