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...")
(No difference)

Revision as of 19:36, 22 July 2022

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 '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.

Syntax
Command Description
terminal View the terminal emulation set for your session.
terminal [unknown | ansi | 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, unknown, xterm-256color, xterm-grey.
> terminal unknown
Terminal set to unknown.

See Also

colors, columns, rows, screenreader, and set