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

/openbsd-current/usr.bin/tmux/
H A Dcmd-new-session.c83 u_int sx, sy, dsx, dsy, count = args_count(args); local
209 dsx = c->tty.sx;
211 dsx = 80;
213 dsx = strtonum(tmp, 1, USHRT_MAX, &errstr);
220 dsx = 80;
247 sx = dsx;
251 sx = dsx;
265 dsx = sx;
268 options_set_string(oo, "default-size", 0, "%ux%u", dsx, dsy);

Completed in 55 milliseconds