Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dmode-tree.c657 u_int w, h, i, j, sy, box_x, box_y, width; in mode_tree_draw() local
812 box_y = sy - h - 2; in mode_tree_draw()
814 if (box_x != 0 && box_y != 0) { in mode_tree_draw()
816 mtd->drawcb(mtd->modedata, mti->itemdata, &ctx, box_x, box_y); in mode_tree_draw()