Tinyfugue emulation
From JamochaWiki
TinyFugue Emulation
What is TinyFugue and why would I want to emulate it? TinyFugue is one of the more “traditional” unix-based (and powerful) MU* clients around. By itself, it operates solely in text mode, but comes with some wonderful features to make life easier... and part of what JamochaMUD has borrowed are its keyboard commands for editing text in your input window. By turning on TinyFugue emulation JamochaMUD maps these keys combinations to their following functions:
| Keyboard command | Action |
|---|---|
| CTRL+B | jump left to beginning of word |
| CTRL+F | jump to end of word |
| CTRL+K | delete from the cursor to end of line |
| CTRL+N | show command history |
| CTRL+P | recall previous command |
| CTRL+Q | un-suspend output |
| CTRL+S | Suspend output |
| CTRL+T | Transpose characters |
| CTRL+U | Erase entire line at cursor's position |