trial ~master (2021-03-31T18:29:59Z)
Home
Dub
Repo
Color
trial
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
trial
terminal
classes
FileLineGetter
HangupException
LineGetter
UserInterruptionException
enums
Color
ConsoleInputFlags
ConsoleOutputType
ForceOption
ModifierState
functions
SHGetFolderPathA
approximate16Color
colorToXTermPaletteIndex
hangupSignalHandler
interruptSignalHandler
ioctl
sizeSignalHandler
xtermPaletteIndexToColor
interfaces
CustomEvent
manifest constants
Bright
CSIDL_APPDATA
SIGWINCH
mixin templates
LineGetterConstructors
static variables
hangedUp
interrupted
windowSizeChanged
structs
CharacterEvent
EndOfFileEvent
HangupEvent
InputEvent
KeyboardEvent
MouseEvent
NonCharacterKeyEvent
PasteEvent
RGB
RealTimeConsoleInput
ScrollbackBuffer
SignalFired
SizeChangedEvent
Terminal
UserInterruptionEvent
winsize
variables
TIOCGWINSZ
builtinTermcap
Defines the list of standard colors understood by Terminal.