Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dgrid.c1570 u_int pxx; in grid_in_set() local
1575 pxx = px; in grid_in_set()
1577 grid_get_cell(gd, --pxx, py, &tmp_gc); in grid_in_set()
1578 while (pxx > 0 && tmp_gc.flags & GRID_FLAG_PADDING); in grid_in_set()
1580 return (tmp_gc.data.width - (px - pxx)); in grid_in_set()