Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dscreen-redraw.c349 return (CELL_INSIDE); in screen_redraw_check_cell()
399 return (CELL_INSIDE); in screen_redraw_check_cell()
737 if (cell_type == CELL_INSIDE || cell_type == CELL_SCROLLBAR) in screen_redraw_draw_borders_cell()
H A Dtmux.h739 #define CELL_INSIDE 0 macro