Home
last modified time | relevance | path

Searched refs:ScreenCell (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/libvterm/src/
H A Dscreen.c39 } ScreenCell; typedef
60 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()
505ScreenCell *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 …]