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

/openbsd-current/lib/libcurses/base/
H A Dlib_screen.c805 NCURSES_CH_T last_cell; local
808 memset(&last_cell, 0, sizeof(last_cell));
875 (CARG_CH_T) dp, CHREF(last_cell));
899 encode_cell(buffer, TOP_SLIMIT CHREF(data[x]), CHREF(last_cell));
900 last_cell = data[x];
905 encode_cell(buffer, TOP_SLIMIT CHREF(data[x]), CHREF(last_cell));
906 last_cell = data[x];
/openbsd-current/usr.bin/tmux/
H A Dtty.c2247 memcpy(&tty->last_cell, &grid_default_cell, sizeof tty->last_cell);
2254 memcpy(&tty->last_cell, &grid_default_cell, sizeof tty->last_cell);
2568 if (gc2.attr == tty->last_cell.attr &&
2569 gc2.fg == tty->last_cell.fg &&
2570 gc2.bg == tty->last_cell.bg &&
2571 gc2.us == tty->last_cell.us &&
2572 gc2.link == tty->last_cell.link)
2652 memcpy(&tty->last_cell,
[all...]
H A Dtmux.h1417 struct grid_cell last_cell; member in struct:tty

Completed in 120 milliseconds