arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
Terminal.writeln
arsd
terminal
Terminal
Writes to the terminal at the current cursor position.
struct
Terminal
void
writeln
(
T
...
)
(
T
t
)
Meta
Source
See Implementation
arsd
terminal
Terminal
constructors
this
enums
StderrBehavior
functions
bold
clear
clearToEndOfLine
color
cursor
enableAlternateScreen
flush
getline
hideCursor
hyperlink
hyperlinkSupported
italic
moveTo
reset
restoreCursorPosition
saveCursorPosition
setTitle
setTrueColor
showCursor
underline
updateCursorPosition
write
writef
writefln
writeln
properties
cursorX
cursorY
height
width
static functions
stdinIsTerminal
stdoutIsTerminal
static variables
pipeThroughStdOut
stderrBehavior
terminateTimeoutMsecs
variables
lineGetter
Writes to the terminal at the current cursor position.