[DGD]Color
James Bearden
bearden_james at hotmail.com
Thu Apr 13 23:25:07 CEST 2000
Hmm. I've patched the comm.c and host.h accordingly to the patch
instructions thanks to everyones help. I guess all I did was make it so that
dgd doesnt filter out colors? I still need to define the colors like this
somewhere I assume. Yay or nae?
#define RESET "\e[0m"
#define BOLD "\e[1m"
#define FLASH "\e[5m"
#define BLACK "\e[30m"
#define RED "\e[31m"
#define GREEN "\e[32m"
#define ORANGE "\e[33m"
#define YELLOW BOLD ORANGE
#define BLUE "\e[34m"
#define CYAN "\e[36m"
#define MAGENTA "\e[35m"
#define WHITE "\e[37m"
#define B_RED "\e[41m"
#define B_GREEN "\e[42m"
#define B_ORANGE "\e[43m"
#define B_YELLOW BOLD B_ORANGE
#define B_BLUE "\e[44m"
#define B_CYAN "\e[46m"
#define B_BLACK "\e[40m"
#define B_WHITE "\e[47m"
#define CLEARLINE "\e[L\e[G"
#define B_MAGENTA "\e[45m"
/*
#define RESTORE "\e8"
*/
Something like that.
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list