dinorun ~master (2019-12-22T14:44:46Z)
Dub
Repo
Terminal.writefln
arsd
terminal
Terminal
Writes to the terminal at the current cursor position.
void
writef
(
string
f
,
T
t
)
void
writefln
(
string
f
,
T
t
)
struct
Terminal
void
writefln
(
T
...
)
(
string
f
,
T
t
)
void
write
(
T
t
)
void
writeln
(
T
t
)
Meta
Source
See Implementation
arsd
terminal
Terminal
constructors
this
functions
clear
color
cursorX
cursorY
flush
getline
height
hideCursor
moveTo
reset
setTitle
setTrueColor
showCursor
underline
width
write
writef
writefln
writeln
static functions
stdoutIsTerminal
Writes to the terminal at the current cursor position.