qte5 ~master (2021-10-23T14:27:37.2235505)
Dub
Repo
Terminal.color
terminal
Terminal
Changes the current color. See enum Color for the values.
struct
Terminal
void
color
(
int
foreground
,
int
background
,
ForceOption
force
=
ForceOption.automatic
,
bool
reverseVideo
= false
)
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
Changes the current color. See enum Color for the values.