| File wincon/pdcscrn.c changed (mode: 100644) (index c6436319..0d61f821) |
| ... |
... |
bool PDC_can_change_color(void) |
| 667 |
667 |
|
|
| 668 |
668 |
int PDC_color_content(short color, short *red, short *green, short *blue) |
int PDC_color_content(short color, short *red, short *green, short *blue) |
| 669 |
669 |
{ |
{ |
| 670 |
|
if (color < 16 && !pdc_conemu) |
|
|
670 |
|
if (color < 16 && !(pdc_conemu || pdc_wt)) |
| 671 |
671 |
{ |
{ |
| 672 |
672 |
COLORREF *color_table = _get_colors(); |
COLORREF *color_table = _get_colors(); |
| 673 |
673 |
|
|
| |
| ... |
... |
int PDC_init_color(short color, short red, short green, short blue) |
| 706 |
706 |
return OK; |
return OK; |
| 707 |
707 |
} |
} |
| 708 |
708 |
|
|
| 709 |
|
if (color < 16 && !pdc_conemu) |
|
|
709 |
|
if (color < 16 && !(pdc_conemu || pdc_wt)) |
| 710 |
710 |
{ |
{ |
| 711 |
711 |
COLORREF *color_table = _get_colors(); |
COLORREF *color_table = _get_colors(); |
| 712 |
712 |
|
|