#ifndef _ANSI_
#define _ANSI_
/* ANSI control sequences, to be include */
#define ESCAPE      ""
#define ANSI_NORMAL ""
#define ANSI_BOLD   ""
#define ANSI_UNDERL ""
#define ANSI_BLINK  ""
#define ANSI_INVERS ""

#define ANSI_BLACK  ""
#define ANSI_RED    ""
#define ANSI_GREEN  ""
#define ANSI_YELLOW ""
#define ANSI_BLUE   ""
#define ANSI_PURPLE ""
#define ANSI_CYAN   ""
#define ANSI_WHITE  ""
#define ANSI_BOLD_RED    ""
#define ANSI_BOLD_GREEN  ""
#define ANSI_BOLD_YELLOW ""
#define ANSI_BOLD_BLUE   ""
#define ANSI_BOLD_PURPLE ""
#define ANSI_BOLD_CYAN   ""
#define ANSI_BOLD_WHITE  ""

#define ANSI_CLS    ""
#define ANSI_HOME   ""
#endif

char *color_table[]=
{
  "",/* 0x0 */
  "",
  "",
  "",
  "", 
  "", /*0x5*/
  "", /*0x6 white */ 
  "",
  "",
  "",
  "", 
  "", /*0xb*/
  "",
  "",
  "", /*0xe*/
  "", /*0x6 white */ 
  0
  };