ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
Terminal.Foreground
ocean
io
Terminal
Terminal
Colours
struct
Terminal
struct
Foreground {
enum
istring
BLACK
;
enum
istring
RED
;
enum
istring
GREEN
;
enum
istring
YELLOW
;
enum
istring
BLUE
;
enum
istring
MAGENTA
;
enum
istring
CYAN
;
enum
istring
WHITE
;
enum
istring
DEFAULT_UNDERSCORE
;
enum
istring
DEFAULT
;
}
Members
Variables
BLACK
enum
istring
BLACK
;
Undocumented in source.
BLUE
enum
istring
BLUE
;
Undocumented in source.
CYAN
enum
istring
CYAN
;
Undocumented in source.
DEFAULT
enum
istring
DEFAULT
;
Undocumented in source.
DEFAULT_UNDERSCORE
enum
istring
DEFAULT_UNDERSCORE
;
Undocumented in source.
GREEN
enum
istring
GREEN
;
Undocumented in source.
MAGENTA
enum
istring
MAGENTA
;
Undocumented in source.
RED
enum
istring
RED
;
Undocumented in source.
WHITE
enum
istring
WHITE
;
Undocumented in source.
YELLOW
enum
istring
YELLOW
;
Undocumented in source.
Meta
Source
See Implementation
ocean
io
Terminal
Terminal
enums
Colour
static variables
bg_colour_codes
columns
fg_colour_codes
rows
structs
Background
Foreground
variables
BOLD
CSI
CURSOR_UP
ERASE_REST_OF_LINE
ERASE_REST_OF_SCREEN
HIDE_CURSOR
HORIZONTAL_MOVE_CURSOR
INSERT_LINE
LINE_UP
NON_BOLD
SCROLL_UP
SHOW_CURSOR
Colours