Searched refs:TextCell (Results 1 – 1 of 1) sorted by relevance
34 typedef struct TextCell { struct37 } TextCell; argument59 TextCell *cells;195 TextCell *c; in console_show_cursor()225 TextCell *c; in console_refresh()383 TextCell *cells, *c, *c1; in text_console_resize()400 cells = g_new(TextCell, t->width * t->total_height + 1); in text_console_resize()422 TextCell *c; in vc_put_lf()564 TextCell *c; in vc_update_xy()595 TextCell *c = &s->cells[y1 * s->width + x]; in vc_clear_xy()[all …]