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

Remove incorrect escaping.

parent 3a8ae8b8
No related branches found
No related tags found
No related merge requests found
Pipeline #6675 passed
...@@ -131,7 +131,7 @@ are millisecods, and the default is 25. ...@@ -131,7 +131,7 @@ are millisecods, and the default is 25.
-H:: -H::
Use SSH mode when connecting. Use SSH mode when connecting.
-I\[ACFXWS\[WF]O\[WF]]:: -I[ACFXWS[WF]O[WF]]::
Selects the output mode. Not all modes are available in all builds or Selects the output mode. Not all modes are available in all builds or
on all platforms. Legal vales are: on all platforms. Legal vales are:
A::: A:::
...@@ -149,7 +149,7 @@ on all platforms. Legal vales are: ...@@ -149,7 +149,7 @@ on all platforms. Legal vales are:
curses, but instead of the curses-defined alternative character curses, but instead of the curses-defined alternative character
set, assumes that the IBM CP437 character set can be output. set, assumes that the IBM CP437 character set can be output.
G\[WF]::: G[WF]:::
Windows GDI output mode. Uses the Win32 API directly, and is Windows GDI output mode. Uses the Win32 API directly, and is
the default for Windows. Additionally, a 'W' or 'F' can be the default for Windows. Additionally, a 'W' or 'F' can be
specified to force windowed or full-screen mode respectively. specified to force windowed or full-screen mode respectively.
...@@ -157,7 +157,7 @@ on all platforms. Legal vales are: ...@@ -157,7 +157,7 @@ on all platforms. Legal vales are:
I::: I:::
Curses in ASCII mode. Curses in ASCII mode.
S\[WF]::: S[WF]:::
SDL window output mode. Uses the SDL library for output. The SDL window output mode. Uses the SDL library for output. The
default mode. Additionally, a 'W' or 'F' can be specified to default mode. Additionally, a 'W' or 'F' can be specified to
force windowed or full-screen mode respectively. force windowed or full-screen mode respectively.
...@@ -166,7 +166,7 @@ on all platforms. Legal vales are: ...@@ -166,7 +166,7 @@ on all platforms. Legal vales are:
Windows console mode. Windows only mode which uses the system Windows console mode. Windows only mode which uses the system
console APIs for output. console APIs for output.
X\[WF]::: X[WF]:::
X11 output mode. UNIX only mode which directly uses the X11 X11 output mode. UNIX only mode which directly uses the X11
libraries for drawing. The default where supported. Additionally, libraries for drawing. The default where supported. Additionally,
a 'W' or 'F' can be specified to force windowed or full-screen a 'W' or 'F' can be specified to force windowed or full-screen
...@@ -899,8 +899,8 @@ specifying it. Can be used to recover from broken remote software. ...@@ -899,8 +899,8 @@ specifying it. Can be used to recover from broken remote software.
Toggle Remote Mouse:: Toggle Remote Mouse::
Same as ALT-O Same as ALT-O
Toggle Operation Overkill ]\[ Mode:: Toggle Operation Overkill ][ Mode::
Turns on or off OO]\[ mode. Turns on or off OO][ mode.
Can be used to recover from broken remote software. Can be used to recover from broken remote software.
Exit:: Exit::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment