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

/haiku/src/apps/serialconnect/libvterm/src/
H A Dscreen.c37 } ScreenCell; typedef in typeref:struct:__anon25
60 ScreenCell *buffers[2];
63 ScreenCell *buffer;
71 static inline ScreenCell *getcell(const VTermScreen *screen, int row, int col)
80 static ScreenCell *realloc_buffer(VTermScreen *screen, ScreenCell *buffer, int new_rows, int new_cols)
82 ScreenCell *new_buffer = vterm_allocator_malloc(screen->vt, sizeof(ScreenCell) * new_rows * new_cols);
87 ScreenCell *new_cell = new_buffer + row*new_cols + col;
176 ScreenCell *cel
[all...]

Completed in 78 milliseconds