| TinTin++ Mud Client Manual |
| Buffer |
| Syntax: #buffer {home|up|down|end|find|lock|write filename|info} |
| The buffer command allows you to add macros to scroll in case the default bindings do not work. The write option allows you to save the entire scrollback buffer to file. The lock options toggles the scrolling state of the screen. The info option gives you some data about the internal memory usage. |
Example: #macro {(press ctrl-v)(press F1)} {#buffer end} |
| Associates F1 key to 'scroll buffer to its end' command. |