consoled ~master (2017-05-05T17:12:01Z)
Dub
Repo
Terminal.writef
arsd
terminal
Terminal
Writes to the terminal at the current cursor position.
void
writef
(
string
f
,
T
t
)
struct
Terminal
void
writef
(
T
...
)
(
string
f
,
T
t
)
void
writefln
(
string
f
,
T
t
)
void
write
(
T
t
)
void
writeln
(
T
t
)
Meta
Source
See Implementation
arsd
terminal
Terminal
constructors
this
functions
clear
color
flush
getline
hideCursor
moveTo
reset
setTitle
setTrueColor
showCursor
underline
write
writef
writefln
writeln
properties
cursorX
cursorY
height
width
Writes to the terminal at the current cursor position.