getcell
ScreenCell *cell = getcell(screen, pos.row, pos.col);
getcell(screen, pos.row, pos.col + col)->chars[0] = (uint32_t)-1;
memmove(getcell(screen, row, dest.start_col),
getcell(screen, row + downward, src.start_col),
ScreenCell *cell = getcell(screen, row, col);
ScreenCell *cell = getcell(screen, row, col);
ScreenCell *cell = getcell(screen, row, col);
ScreenCell *intcell = getcell(screen, pos.row, pos.col);
getcell(screen, pos.row, pos.col + 1)->chars[0] == (uint32_t)-1)
ScreenCell *intcell = getcell(screen, pos.row, pos.col);
getcell(screen, pos.row, pos.col + 1)->chars[0] = (uint32_t)-1;
ScreenCell *cell = getcell(screen, pos.row, pos.col);
ScreenCell *target = getcell(screen, pos.row, pos.col);
if(attrs_differ(attrs, target, getcell(screen, pos.row, col)))
if(attrs_differ(attrs, target, getcell(screen, pos.row, col)))