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
| Shortcut | Action |
|---|---|
Ctrl+F | Open search |
Ctrl+V | Paste from clipboard |
Ctrl+C | Copy selected text |
Up Arrow | Previous command in history |
Down Arrow | Next command in history |
Enter | Send command |
Escape | Clear current input |
Built-in Commands
Connection
| Command | Description |
|---|---|
connect <host:port> | Connect to a MUD server |
connect <host> <port> [tls] | Connect with optional TLS encryption |
disconnect | Disconnect from the server |
Utility
| Command | Description |
|---|---|
clear | Clear the terminal output |
history | Show last 10 commands |
client help | Show help information |
Mapper
| Command | Description |
|---|---|
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
| Command | Description |
|---|---|
gmcpdebug | Toggle GMCP message display |
msdpdebug | Toggle MSDP message display |
Display Settings
These settings affect the terminal display. Access them in Settings → Display.
Scrolling
| Setting | Description |
|---|---|
| Auto-scroll on new text | Automatically scroll down when new text arrives |
| Resume scroll on command | Re-enable auto-scroll when you send a command |
| Smooth scrolling | Animate scrolling instead of jumping instantly |
Text Wrapping
| Setting | Description |
|---|---|
| Auto-wrap text | Wrap long lines at a specific width |
| Wrap width | Number of characters before wrapping (40-300) |
Input Settings
Access these in Settings → General → Input.
| Setting | Description |
|---|---|
| Command stacking | Send multiple commands with a separator (e.g., north;east;south) |
| Stacking character | The separator character (default: ;) |
| Keep last command | Keep the previous command in the input box |
| Command history size | How many commands to remember (10-1000) |
Font Settings
Right-click on the terminal or go to Settings → Display to change:
| Setting | Options |
|---|---|
| Font family | Mono, Sans, Serif |
| Font size | 6-24 pixels |
Clickable Links
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:
| Option | Description |
|---|---|
| TLS | Use encrypted connection (add tls to connect command) |
| Allow self-signed certs | Accept self-signed SSL certificates |
Last updated on