libcopp  2.2.0
Public Types
util::cli::shell_font_style Struct Reference

#include <shell_font.h>

Collaboration diagram for util::cli::shell_font_style:
Collaboration graph

Public Types

enum  shell_font_spec {
  SHELL_FONT_SPEC_NULL = 0x00 , SHELL_FONT_SPEC_BOLD = 0x01 , SHELL_FONT_SPEC_UNDERLINE = 0x02 , SHELL_FONT_SPEC_FLASH = 0x04 ,
  SHELL_FONT_SPEC_DARK = 0x08
}
 
enum  shell_font_color {
  SHELL_FONT_COLOR_BLACK = 0x0100 , SHELL_FONT_COLOR_RED = 0x0200 , SHELL_FONT_COLOR_GREEN = 0x0400 , SHELL_FONT_COLOR_YELLOW = 0x0800 ,
  SHELL_FONT_COLOR_BLUE = 0x1000 , SHELL_FONT_COLOR_MAGENTA = 0x2000 , SHELL_FONT_COLOR_CYAN = 0x4000 , SHELL_FONT_COLOR_WHITE = 0x8000
}
 
enum  shell_font_background_color {
  SHELL_FONT_BACKGROUND_COLOR_BLACK = 0x010000 , SHELL_FONT_BACKGROUND_COLOR_RED = 0x020000 , SHELL_FONT_BACKGROUND_COLOR_GREEN = 0x040000 , SHELL_FONT_BACKGROUND_COLOR_YELLOW = 0x080000 ,
  SHELL_FONT_BACKGROUND_COLOR_BLUE = 0x100000 , SHELL_FONT_BACKGROUND_COLOR_MAGENTA = 0x200000 , SHELL_FONT_BACKGROUND_COLOR_CYAN = 0x400000 , SHELL_FONT_BACKGROUND_COLOR_WHITE = 0x800000
}
 

Detailed Description

Definition at line 60 of file shell_font.h.

Member Enumeration Documentation

◆ shell_font_background_color

Enumerator
SHELL_FONT_BACKGROUND_COLOR_BLACK 
SHELL_FONT_BACKGROUND_COLOR_RED 
SHELL_FONT_BACKGROUND_COLOR_GREEN 
SHELL_FONT_BACKGROUND_COLOR_YELLOW 
SHELL_FONT_BACKGROUND_COLOR_BLUE 
SHELL_FONT_BACKGROUND_COLOR_MAGENTA 
SHELL_FONT_BACKGROUND_COLOR_CYAN 
SHELL_FONT_BACKGROUND_COLOR_WHITE 

Definition at line 80 of file shell_font.h.

◆ shell_font_color

Enumerator
SHELL_FONT_COLOR_BLACK 
SHELL_FONT_COLOR_RED 
SHELL_FONT_COLOR_GREEN 
SHELL_FONT_COLOR_YELLOW 
SHELL_FONT_COLOR_BLUE 
SHELL_FONT_COLOR_MAGENTA 
SHELL_FONT_COLOR_CYAN 
SHELL_FONT_COLOR_WHITE 

Definition at line 69 of file shell_font.h.

◆ shell_font_spec

Enumerator
SHELL_FONT_SPEC_NULL 
SHELL_FONT_SPEC_BOLD 
SHELL_FONT_SPEC_UNDERLINE 
SHELL_FONT_SPEC_FLASH 
SHELL_FONT_SPEC_DARK 

Definition at line 61 of file shell_font.h.


The documentation for this struct was generated from the following file: