Searched refs:screen_color (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/dialog/samples/ |
H A D | whiptail.rc | 31 screen_color = (YELLOW,BLUE,ON) 85 menubox_border_color = screen_color 91 item_selected_color = screen_color 94 tag_color = screen_color 97 tag_selected_color = screen_color 109 check_selected_color = screen_color 112 uarrow_color = screen_color 115 darrow_color = screen_color 142 menubox_border2_color = screen_color
|
H A D | slackware.rc | 31 screen_color = (WHITE,BLUE,OFF) 91 item_selected_color = screen_color 97 tag_selected_color = screen_color
|
H A D | sourcemage.rc | 31 screen_color = (RED,BLACK,ON) 124 form_text_color = screen_color
|
H A D | debian.rc | 32 screen_color = (CYAN,BLUE,ON)
|
H A D | suse.rc | 31 screen_color = (CYAN,BLUE,ON)
|
/freebsd/contrib/less/ |
H A D | output.c | 172 static unsigned char screen_color[] = { in win_flush() 183 static enum COLORS screen_color[] = { in win_flush() 221 : screen_color[CGET_ANSI(sgr->fg)]; in win_flush() 224 : screen_color[CGET_ANSI(sgr->bg)]; in win_flush() 105 static unsigned char screen_color[] = { win_flush() local 116 static enum COLORS screen_color[] = { win_flush() enum
|