DVX_GUI/widgets/ansiTerm/ansiterm.bhs

36 lines
1.1 KiB
Text

.topic ctrl.terminal
.title Terminal
.toc 1 Special Controls
.toc 1 Terminal
.index Terminal
.index ANSI Terminal
.index VT100
.h1 Terminal
DVX Extension -- DVX Widget: ansiterm (ANSI terminal emulator)
A VT100/ANSI terminal emulator widget. Supports ANSI escape sequences, scrollback buffer, and serial communication. Default size is 80 columns by 25 rows.
.h2 Type-Specific Properties
.table
Property Type Description
---------- ------- -------------------------------------------
Cols Integer Number of character columns (read-only).
Rows Integer Number of character rows (read-only).
Scrollback Integer Number of scrollback lines (write-only).
.endtable
.h2 Type-Specific Methods
.table
Method Parameters Description
------ --------------- -------------------------------------------
Clear (none) Clear the terminal screen.
Write Text As String Write text (with ANSI escape processing) to the terminal.
.endtable
No default event.
.link ctrl.common.props Common Properties, Events, and Methods