Searched refs:win_width (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dsnapshot.c544 size_t i, win_width, prog_start, prog_done, prog_end; local
593 win_width = min(winsize.ws_col, len);
596 if (prog_start < (win_width - 2)) {
597 prog_end = win_width - prog_start - 2;
611 for (; i < win_width - 2; i++)
614 prog_buf[win_width - 2] = '|';
617 prog_buf[win_width - 1] = '\0';
618 write(STDOUT_FILENO, prog_buf, win_width);

Completed in 115 milliseconds