qte5 ~master (2021-10-23T14:27:37.2235505)
Dub
Repo
Color
terminal
Defines the list of standard colors understood by Terminal.
Values
Value
Meaning
black
0
.
red
RED_BIT
.
green
GREEN_BIT
.
yellow
red
|
green
.
blue
BLUE_BIT
.
magenta
red
|
blue
.
cyan
blue
|
green
.
white
red
|
green
|
blue
.
DEFAULT
256
Meta
Source
See Implementation
terminal
classes
LineGetter
enums
Color
ConsoleInputFlags
ConsoleOutputType
ForceOption
ModifierState
functions
SHGetFolderPathA
hangupSignalHandler
interruptSignalHandler
main
sizeSignalHandler
interfaces
CustomEvent
manifest constants
Bright
CSIDL_APPDATA
SIGWINCH
static variables
hangedUp
interrupted
windowSizeChanged
structs
CharacterEvent
EndOfFileEvent
HangupEvent
InputEvent
MouseEvent
NonCharacterKeyEvent
PasteEvent
RealTimeConsoleInput
SignalFired
SizeChangedEvent
Terminal
UserInterruptionEvent
Defines the list of standard colors understood by Terminal.