Class ConsoleWriter
The console writer outputs data to the standard output. It does not support colors and cursor moving. This is the default writer if arsd.terminal is not present.
Methods
Name | Description |
---|---|
goTo
(_param_0)
|
not supported |
hideCursor
()
|
not supported |
showCursor
()
|
not supported |
width
()
|
returns 80 |
write
(text, _param_1)
|
|
writeln
(text, _param_1)
|
|
writeReverse
(text, _param_1)
|
Enums
Name | Description |
---|---|
Context
|
The information type. Convey meaning through color with a handful of emphasis utility classes. |