#include "ruby13_conv.h" #define BAR_CHAR '|' #define NORMAL_COLOR "lightgray" #define SLMODULE_VERSION "0.02" #define LONG_STRING 1024 extern int SLsmg_Tab_Width; /* in slsmg.c default is 8 */ typedef enum { SL_BLACK, SL_RED, SL_GREEN, SL_BROWN, SL_BLUE, SL_MAGENTA, SL_CYAN, SL_LIGHTGRAY, SL_GRAY, SL_BRIGHTRED, SL_BRIGHTGREEN, SL_YELLOW, SL_BRIGHTBLUE, SL_BRIGHTMAGENTA, SL_BRIGHTCYAN, SL_WHITE } Colors; #define SL_BG_WHITE 16 #define SL_BG_LGRAY 32 #define SL_BG_BLUE 48 #define SL_BG_COLORS 64 #define SL_USER_COLOR 80