ANSITerm¶
Handles ANSI escape codes from stdin.
Constructors¶
create¶
Create a new ANSI term.
new tag create(
notify: ANSINotify iso,
source: DisposableActor tag,
timers: Timers tag = reference)
: ANSITerm tag^
Parameters¶
- notify: ANSINotify iso
- source: DisposableActor tag
- timers: Timers tag = reference
Returns¶
- ANSITerm tag^
Public Behaviours¶
apply¶
Receives input from stdin.
Parameters¶
prompt¶
Pass a prompt along to the notifier.
Parameters¶
- value: String val
size¶
dispose¶
Stop accepting input, inform the notifier we have closed, and dispose of our source.