Difference between revisions of "Terminal"

From StickMUD
Jump to navigation Jump to search
m
 
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 '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.
+
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 '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 17: Line 17:
 
== Examples ==
 
== Examples ==
 
  > terminal
 
  > terminal
  Terminal mode is currently set to "xterm-256color".
+
  Terminal mode is currently set to "256color".
  You can set it to one of these:  ansi, truecolor, unknown, xterm-256color, xterm-grey.
+
  You can set it to one of these:  256color, ansi, truecolor, unknown.
 
  > terminal unknown
 
  > terminal unknown
 
  Terminal set to unknown.
 
  Terminal set to unknown.

Latest revision as of 13:53, 26 December 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 '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 "256color".
You can set it to one of these:  256color, ansi, truecolor, unknown.
> terminal unknown
Terminal set to unknown.

See Also

colors, columns, rows, screenreader, and set