draw_char
static void draw_char(int, int, int);
draw_char(curs_x, curs_y, ' ');
draw_char(curs_x, curs_y, c);