Frames | No Frames |
Classes derived from de.mud.terminal.VDUBuffer | |
class | Implementation of a VT terminal emulation plus ANSI compatible. |
Constructors with parameter type de.mud.terminal.VDUBuffer | |
Create a display unit with size 80x24 and Font "Monospaced", size 12. | |
Create a new video display unit with the passed width and height in
characters using a special font and font size. |
Methods with parameter type de.mud.terminal.VDUBuffer | |
void | Set a new terminal (VDU) buffer. |
void |
Methods with return type de.mud.terminal.VDUBuffer | |
VDUBuffer | Return the currently associated VDUBuffer. |
VDUBuffer |
Methods with parameter type de.mud.terminal.VDUBuffer | |
void | Set the VDUBuffer that contains the terminal screen and back-buffer
|
Methods with return type de.mud.terminal.VDUBuffer | |
VDUBuffer | Get the current buffer. |