| /src/external/bsd/tmux/dist/ |
| cmd-resize-window.c | 56 u_int adjust, sx, sy, xpixel = 0, ypixel = 0; local 102 default_window_size(NULL, s, w, &sx, &sy, &xpixel, &ypixel, 105 default_window_size(NULL, s, w, &sx, &sy, &xpixel, &ypixel,
|
| resize.c | 26 resize_window(struct window *w, u_int sx, u_int sy, int xpixel, int ypixel) 53 window_resize(w, sx, sy, xpixel, ypixel); 117 u_int *xpixel, u_int *ypixel) 138 *xpixel = *ypixel = 0; 205 if (loop->tty.xpixel > *xpixel && loop->tty.ypixel > *ypixel) { 206 *xpixel = loop->tty.xpixel; 279 u_int *sx, u_int *sy, u_int *xpixel, u_int *ypixel, int type) 294 *xpixel = c->tty.xpixel 355 u_int sx, sy, xpixel = 0, ypixel = 0; local [all...] |
| spawn.c | 84 u_int sx, sy, xpixel, ypixel; local 155 default_window_size(sc->tc, s, NULL, &sx, &sy, &xpixel, &ypixel, 157 if ((w = window_create(sx, sy, xpixel, ypixel)) == NULL) { 354 ws.ws_xpixel = w->xpixel * ws.ws_col;
|
| image-sixel.c | 37 u_int xpixel; member in struct:sixel_image 300 sixel_parse(const char *buf, size_t len, u_int p2, u_int xpixel, u_int ypixel) 312 si->xpixel = xpixel; 406 if ((si->x % si->xpixel) == 0) 407 *x = (si->x / si->xpixel); 409 *x = 1 + (si->x / si->xpixel); 417 sixel_scale(struct sixel_image *si, u_int xpixel, u_int ypixel, u_int ox, 439 if (xpixel == 0) 440 xpixel = si->xpixel [all...] |
| tty-keys.c | 669 u_int sx, sy, xpixel, ypixel, char_x, char_y; local 709 tty_set_size(tty, sx, sy, tty->xpixel, tty->ypixel); 713 } else if (sscanf(tmp, "4;%u;%u", &ypixel, &xpixel) == 2) { 715 char_x = (xpixel && tty->sx) ? xpixel / tty->sx : 0;
|
| tty.c | 129 u_int sx, sy, xpixel, ypixel; local 135 xpixel = 0; 137 xpixel = ws.ws_xpixel / sx; 145 if ((xpixel == 0 || ypixel == 0) && 155 xpixel = 0; 159 xpixel, ypixel); 160 tty_set_size(tty, sx, sy, xpixel, ypixel); 165 tty_set_size(struct tty *tty, u_int sx, u_int sy, u_int xpixel, u_int ypixel) 169 tty->xpixel = xpixel; [all...] |
| tmux.h | 1282 u_int xpixel; member in struct:window 1548 u_int xpixel; member in struct:tty
|