Searched refs:last_cell (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libcurses/base/ |
H A D | lib_screen.c | 805 NCURSES_CH_T last_cell; in putwin() local 808 memset(&last_cell, 0, sizeof(last_cell)); in putwin() 875 (CARG_CH_T) dp, CHREF(last_cell)); in putwin() 899 encode_cell(buffer, TOP_SLIMIT CHREF(data[x]), CHREF(last_cell)); in putwin() 900 last_cell = data[x]; in putwin() 905 encode_cell(buffer, TOP_SLIMIT CHREF(data[x]), CHREF(last_cell)); in putwin() 906 last_cell = data[x]; in putwin()
|
/openbsd/usr.bin/tmux/ |
H A D | tty.c | 2256 memcpy(&tty->last_cell, &grid_default_cell, sizeof tty->last_cell); in tty_reset() 2263 memcpy(&tty->last_cell, &grid_default_cell, sizeof tty->last_cell); in tty_invalidate() 2577 if (gc2.attr == tty->last_cell.attr && in tty_attributes() 2578 gc2.fg == tty->last_cell.fg && in tty_attributes() 2579 gc2.bg == tty->last_cell.bg && in tty_attributes() 2580 gc2.us == tty->last_cell.us && in tty_attributes() 2581 gc2.link == tty->last_cell.link) in tty_attributes() 2661 memcpy(&tty->last_cell, &gc2, sizeof tty->last_cell); in tty_attributes()
|
H A D | tmux.h | 1513 struct grid_cell last_cell; member
|