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.c326 return (CELL_INSIDE); in screen_redraw_check_cell()
347 return (CELL_INSIDE); in screen_redraw_check_cell()
675 if (cell_type == CELL_INSIDE) in screen_redraw_draw_borders_cell()
H A Dtmux.h687 #define CELL_INSIDE 0 macro