/* attrb.h */
/* Copyright (C) 1993 Fred Kruse */
/* This is free software; you can redistribute it and/or */
/* modify it under the terms of the */
/* GNU General Public License, see the file COPYING. */
/* define proprietary attribute byte */
#undef A_STANDOUT
#undef A_UNDERLINE
#undef A_REVERSE
#undef A_BLINK
#undef A_DIM
#undef A_BOLD
#undef A_ALTCHARSET
#define A_STANDOUT 0x01
#define A_UNDERLINE 0x02
#define A_REVERSE 0x04
#define A_BLINK 0x08
#define A_DIM 0x10
#define A_BOLD 0x20
#define A_ALTCHARSET 0x100
syntax highlighted by Code2HTML, v. 0.9.1