Difference between revisions of "Terminal"

From StickMUD
Jump to navigation Jump to search
(Created page with "<code>terminal</code> - Terminal emulation for color handling. == Description == View and set the terminal emulation for your telnet session to the game. When connecting, the...")
 
Line 2: Line 2:
  
 
== Description ==
 
== Description ==
View and set the terminal emulation for your telnet session to the game. When connecting, the game will talk to your client to determine an optimal setting.  For sighted players, setting 'xterm-256color' provides the best color range, while 'ansi' is also offered. Sight-impaired players using screen readers may with to use the 'unknown' terminal to reduce transfer of unnecessary color codes to your screen.
+
View and set the terminal emulation for your telnet session to the game. When connecting, the game will talk to your client to determine an optimal setting.  For sighted players, setting 'truecolor' provides the best color range, while 'xterm-256color' and 'ansi' are also offered. Sight-impaired players using screen readers may with to use the 'unknown' terminal to reduce transfer of unnecessary color codes to your screen.
 
{| class="wikitable"
 
{| class="wikitable"
 
|+Syntax
 
|+Syntax
Line 11: Line 11:
 
|View the terminal emulation set for your session.
 
|View the terminal emulation set for your session.
 
|-
 
|-
|<code>terminal</code><nowiki> [unknown | ansi | xterm-256color | xterm-grey]</nowiki>
+
|<code>terminal</code><nowiki> [unknown | ansi | truecolor | xterm-256color | xterm-grey]</nowiki>
 
|Set the terminal emulation for your session.
 
|Set the terminal emulation for your session.
 
|}
 
|}
Line 18: Line 18:
 
  > terminal
 
  > terminal
 
  Terminal mode is currently set to "xterm-256color".
 
  Terminal mode is currently set to "xterm-256color".
  You can set it to one of these:  ansi, unknown, xterm-256color, xterm-grey.
+
  You can set it to one of these:  ansi, truecolor, unknown, xterm-256color, xterm-grey.
 
  > terminal unknown
 
  > terminal unknown
 
  Terminal set to unknown.
 
  Terminal set to unknown.

Revision as of 22:10, 4 November 2023

terminal - Terminal emulation for color handling.

Description

View and set the terminal emulation for your telnet session to the game. When connecting, the game will talk to your client to determine an optimal setting.  For sighted players, setting 'truecolor' provides the best color range, while 'xterm-256color' and 'ansi' are also offered. Sight-impaired players using screen readers may with to use the 'unknown' terminal to reduce transfer of unnecessary color codes to your screen.

Syntax
Command Description
terminal View the terminal emulation set for your session.
terminal [unknown | ansi | truecolor | xterm-256color | xterm-grey] Set the terminal emulation for your session.

Examples

> terminal
Terminal mode is currently set to "xterm-256color".
You can set it to one of these:  ansi, truecolor, unknown, xterm-256color, xterm-grey.
> terminal unknown
Terminal set to unknown.

See Also

colors, columns, rows, screenreader, and set