spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
TerminalWriter
game
terminal
Undocumented in source.
nothrow @
safe
struct
TerminalWriter (
LineRange
) {
nothrow
Terminal
*
terminal
;
nothrow
LineRange
lines
;
nothrow
TerminalCallback
callback
;
nothrow
int
idx
;
this
(Terminal* terminal, LineRange lines, TerminalCallback callback);
void
writeLine
();
}
Constructors
this
this
(Terminal* terminal, LineRange lines, TerminalCallback callback)
Undocumented in source.
Members
Functions
writeLine
void
writeLine
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
callback
TerminalCallback
callback
;
Undocumented in source.
idx
int
idx
;
Undocumented in source.
lines
LineRange
lines
;
Undocumented in source.
terminal
Terminal
*
terminal
;
Undocumented in source.
Meta
Source
See Implementation
game
terminal
aliases
TerminalCallback
functions
clearTimeout
l
setTimeout
terminal_run_garbage
terminal_run_intro
terminal_run_outro
terminal_run_story
terminal_show_notice
terminal_write_text
manifest constants
terminal_text_garbage
terminal_text_ident
terminal_text_outro
terminal_text_story
terminal_text_title
structs
Bold
Line
Terminal
TerminalGarbage
TerminalWriter
TextItem