spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
Line
game
terminal
Undocumented in source.
nothrow @
safe
struct
Line {
mixin
Node
!
"div"
;
nothrow
@
prop
string
innerText
;
nothrow
@
child
Bold
bold
;
nothrow
@
visible
!"bold"
bool
isLast
;
void
setLast
(bool l);
this
(string line);
}
Constructors
this
this
(string line)
Undocumented in source.
Members
Functions
setLast
void
setLast
(bool l)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
Node
!
"div"
Undocumented in source.
Variables
bold
Bold
bold
;
Undocumented in source.
innerText
string
innerText
;
Undocumented in source.
isLast
bool
isLast
;
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