Home
last modified time | relevance | path

Searched refs:CELL_TOPBOTTOM (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/tmux/dist/
Dscreen-redraw.c294 return (CELL_TOPBOTTOM); in screen_redraw_type_of_cell()
705 if (cell_type == CELL_TOPBOTTOM && in screen_redraw_draw_borders_cell()
735 (cell_type == CELL_TOPBOTTOM || in screen_redraw_draw_borders_cell()
Dscreen-write.c784 screen_write_box_border_set(lines, CELL_TOPBOTTOM, &gc); in screen_write_box()
Dtmux.h735 #define CELL_TOPBOTTOM 1 macro