Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/tmux/
Dscreen-write.c609 screen_write_box_border_set(enum box_lines lines, int cell_type, in screen_write_box_border_set() function
662 screen_write_box_border_set(lines, CELL_LEFTJOIN, &gc); in screen_write_hline()
664 screen_write_box_border_set(lines, CELL_LEFTRIGHT, &gc); in screen_write_hline()
667 screen_write_box_border_set(lines, CELL_LEFTRIGHT, &gc); in screen_write_hline()
672 screen_write_box_border_set(lines, CELL_RIGHTJOIN, &gc); in screen_write_hline()
674 screen_write_box_border_set(lines, CELL_LEFTRIGHT, &gc); in screen_write_hline()
777 screen_write_box_border_set(lines, CELL_TOPLEFT, &gc); in screen_write_box()
779 screen_write_box_border_set(lines, CELL_LEFTRIGHT, &gc); in screen_write_box()
782 screen_write_box_border_set(lines, CELL_TOPRIGHT, &gc); in screen_write_box()
787 screen_write_box_border_set(lines, CELL_BOTTOMLEFT, &gc); in screen_write_box()
[all …]