/* characters.c by Nathan Hellweg */ #include"screen.h" int h_bar='-';//'q'|TW_ALTCHAR; int v_bar='|';//'x'|TW_ALTCHAR; int top_left_corner='+';//'l'|TW_ALTCHAR; int top_right_corner='+';//'k'|TW_ALTCHAR; int bottom_left_corner='+';//'m'|TW_ALTCHAR; int bottom_right_corner='+';//'j'|TW_ALTCHAR; int Cross='+';//n'|TW_ALTCHAR; int T_to_the_left='+';//'u'|TW_ALTCHAR; int T_to_the_right='+';//''t'|TW_ALTCHAR; int T_up='+';//''v'|TW_ALTCHAR; int T_down='+';//''w'|TW_ALTCHAR; int bg_char=' '; int cur_char='a'|TW_ALTCHAR;