qte5 ~master (2021-10-23T14:27:37.2235505)
Dub
Repo
Terminal.write
terminal
Terminal
Writes to the terminal at the current cursor position.
void
writef
(string f, T t)
void
writefln
(string f, T t)
void
write
(T t)
struct
Terminal
void
write
(
T
...
)
(
T
t
)
void
writeln
(T t)
Meta
Source
See Implementation
terminal
Terminal
aliases
writeString
constructors
this
destructors
~this
functions
autoHideCursor
autoShowCursor
clear
color
doTermcap
findSequenceInTermcap
flush
getSize
getTermcap
getline
hideCursor
moveTo
readTermcap
reset
setTitle
showCursor
terminalInFamily
underline
updateSize
write
writePrintableString
writeStringRaw
writef
writefln
writeln
postblits
this(this)
properties
cursorX
cursorY
height
width
static functions
getTermcapDatabase
readTermcapFile
static variables
termcapDatabase
variables
_currentBackground
_currentForeground
_suppressDestruction
_wrapAround
hConsole
lineGetter
reverseVideo
termcap
Writes to the terminal at the current cursor position.