Searched refs:fore (Results 1 – 17 of 17) sorted by relevance
/minix/lib/libcurses/ |
H A D | color.c | 281 if (fore >= COLORS) in init_pair() 288 switch (fore) { in init_pair() 290 fore = COLOR_BLUE; in init_pair() 293 fore = COLOR_RED; in init_pair() 296 fore = COLOR_CYAN; in init_pair() 319 (fore != _cursesi_screen->colour_pairs[pair].fore || in init_pair() 326 _cursesi_screen->colour_pairs[pair].fore = fore; in init_pair() 444 fore, back); in assume_default_colors() 450 switch (fore) { in assume_default_colors() 455 fore = COLOR_RED; in assume_default_colors() [all …]
|
H A D | curses_private.h | 177 short fore; member
|
/minix/lib/libmenu/ |
H A D | attributes.c | 44 _menui_default_menu.fore = attr; in set_menu_fore() 46 menu->fore = attr; in set_menu_fore() 57 return _menui_default_menu.fore; in menu_fore() 59 return menu->fore; in menu_fore()
|
H A D | menu.h | 115 attr_t fore; /* menu foreground */ member
|
H A D | internals.c | 440 wattrset(menu->scrwin, menu->fore); in _menui_draw_item()
|
/minix/lib/libform/ |
H A D | field.c | 584 field->fore = attribute; in set_field_fore() 595 return _formi_default_field.fore; in field_fore() 597 return field->fore; in field_fore()
|
H A D | form.h | 222 chtype fore; /* character attributes for the foreground */ member
|
H A D | internals.c | 1658 wattrset(form->scrwin, cur->fore); in _formi_redraw_field() 1735 wattrset(form->scrwin, cur->fore); in _formi_redraw_field()
|
/minix/tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 1756 short fore, back; in cmd_assume_default_colors() local 1761 if (sscanf(args[0], "%hd", &fore) == 0) { in cmd_assume_default_colors() 1774 report_return(assume_default_colors(fore, back)); in cmd_assume_default_colors() 2682 short pair, fore, back; in cmd_init_pair() local 2693 if (sscanf(args[1], "%hd", &fore) == 0) { in cmd_init_pair() 2706 report_return(init_pair(pair, fore, back)); in cmd_init_pair() 3766 short pair, fore, back; in cmd_pair_content() local 3779 report_return(pair_content(pair, &fore, &back)); in cmd_pair_content() 3780 report_int(fore); in cmd_pair_content()
|
/minix/bin/sh/ |
H A D | TOUR | 243 fore any forking is done, so to get the commands into the hash
|
/minix/games/fortune/datfiles/ |
H A D | farber | 632 I think I've committed a fore paw.
|
H A D | limerick-o.real | 1989 One fore, and one aft, and one oral.
|
H A D | fortunes | 3650 front they have fore-legs. This makes six legs, which is certainly an 8135 Your determination and sense of humor will come to the fore. 10444 (2) They have two legs in back and fore legs in front.
|
H A D | fortunes2-o.real | 4394 Mistaking fore for aft one morn
|
H A D | fortunes2 | 28932 Your determination and sense of humor will come to the fore. Your 34174 And hard errors brought the system down 'fore he could even shout! 36168 [2] They have two legs in back and fore legs in front.
|
/minix/etc/ |
H A D | termcap.big | 11081 # (escape sequence) used to set color attributes, one of the fore/background
|
/minix/share/terminfo/ |
H A D | terminfo | 16200 # (escape sequence) used to set color attributes, one of the fore/background
|