Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 706610
Collapse All | Expand All

(-)a/dclib/dclib-basics.c (-1 / +1 lines)
Lines 4603-4609 enumError Command_TESTCOLORS ( int argc, char ** argv ) Link Here
4603
//
4603
//
4604
///////////////////////////////////////////////////////////////////////////////
4604
///////////////////////////////////////////////////////////////////////////////
4605
4605
4606
u32 ColorTab_M0_M15[16] =
4606
extern u32 ColorTab_M0_M15[16] =
4607
{
4607
{
4608
	0x000000, 0x800000, 0x008000, 0x808000,
4608
	0x000000, 0x800000, 0x008000, 0x808000,
4609
	0x000080, 0x800080, 0x008080, 0xc0c0c0,
4609
	0x000080, 0x800080, 0x008080, 0xc0c0c0,
(-)a/dclib/dclib-color.h (-1 / +1 lines)
Lines 535-541 void PrintColorSetHelper Link Here
535
///////////////			color helpers			///////////////
535
///////////////			color helpers			///////////////
536
///////////////////////////////////////////////////////////////////////////////
536
///////////////////////////////////////////////////////////////////////////////
537
537
538
u32 ColorTab_M0_M15[16]; // first 16 colors of "\e[m"
538
extern u32 ColorTab_M0_M15[16]; // first 16 colors of "\e[m"
539
539
540
// return a m256 index
540
// return a m256 index
541
u8 ConvertColorRGB3ToM256 ( u8 r, u8 g, u8 b );
541
u8 ConvertColorRGB3ToM256 ( u8 r, u8 g, u8 b );

Return to bug 706610