Skip to Content
ConfigurationTerminal Widget

Terminal Widget

The main display for MUD text output. This is where you see game text, send commands, and interact with the MUD.


Keyboard Shortcuts

ShortcutAction
Ctrl+FOpen search
Ctrl+VPaste from clipboard
Ctrl+CCopy selected text
Up ArrowPrevious command in history
Down ArrowNext command in history
EnterSend command
EscapeClear current input

Built-in Commands

Connection

CommandDescription
connect <host:port>Connect to a MUD server
connect <host> <port> [tls]Connect with optional TLS encryption
disconnectDisconnect from the server

Utility

CommandDescription
clearClear the terminal output
historyShow last 10 commands
client helpShow help information

Mapper

CommandDescription
mapper find <room>Search the map database
mapper goto <room>Navigate to a room
mapper addnote <text>Add a note to the current room

Debug

CommandDescription
gmcpdebugToggle GMCP message display
msdpdebugToggle MSDP message display

Display Settings

These settings affect the terminal display. Access them in Settings → Display.

Scrolling

SettingDescription
Auto-scroll on new textAutomatically scroll down when new text arrives
Resume scroll on commandRe-enable auto-scroll when you send a command
Smooth scrollingAnimate scrolling instead of jumping instantly

Text Wrapping

SettingDescription
Auto-wrap textWrap long lines at a specific width
Wrap widthNumber of characters before wrapping (40-300)

Input Settings

Access these in Settings → General → Input.

SettingDescription
Command stackingSend multiple commands with a separator (e.g., north;east;south)
Stacking characterThe separator character (default: ;)
Keep last commandKeep the previous command in the input box
Command history sizeHow many commands to remember (10-1000)

Font Settings

Right-click on the terminal or go to Settings → Display to change:

SettingOptions
Font familyMono, Sans, Serif
Font size6-24 pixels

The terminal supports clickable links from the MUD:

  • Regular URLs - Opens in a new browser tab
  • MXP send links - Sends a command when clicked
  • MXP menu links - Right-click for multiple options

Connection Options

When connecting to a MUD:

OptionDescription
TLSUse encrypted connection (add tls to connect command)
Allow self-signed certsAccept self-signed SSL certificates
Last updated on