Searched refs:ScreenCell (Results 1 – 1 of 1) sorted by relevance
39 } ScreenCell; typedef60 ScreenCell *buffers[2];63 ScreenCell *buffer;90 ScreenCell *new_buffer = vterm_allocator_malloc(screen->vt, sizeof(ScreenCell) * rows * cols); in alloc_buffer()253 cols * sizeof(ScreenCell)); in moverect_internal()286 ScreenCell *cell = getcell(screen, row, col); in erase_internal()504 ScreenCell *old_buffer = screen->buffers[bufidx]; in resize_buffer()505 …ScreenCell *new_buffer = vterm_allocator_malloc(screen->vt, sizeof(ScreenCell) * new_rows * new_co… in resize_buffer()653 ScreenCell *cell = getcell(screen, row, col); in setlineinfo()784 ScreenCell *cell = getcell(screen, row, col); in _get_chars()[all …]