Revision 9678d950 console.c

b/console.c
829 829
    TextCell *c = &s->cells[y1 * s->width + x];
830 830
    c->ch = ' ';
831 831
    c->t_attrib = s->t_attrib_default;
832
    c++;
833 832
    update_xy(s, x, y);
834 833
}
835 834

  

Also available in: Unified diff