Lines 1269-1275
vtterm_cnprobe(struct terminal *tm, struct consdev
Link Here
|
1269 |
* that we have the real viewable size, fix it in the static |
1269 |
* that we have the real viewable size, fix it in the static |
1270 |
* buffer. |
1270 |
* buffer. |
1271 |
*/ |
1271 |
*/ |
1272 |
vt_termsize(vd, vw->vw_font, &vw->vw_buf.vb_scr_size); |
1272 |
if (vd->vd_width != 0 && vd->vd_height != 0) |
|
|
1273 |
vt_termsize(vd, vw->vw_font, &vw->vw_buf.vb_scr_size); |
1273 |
|
1274 |
|
1274 |
vtbuf_init_early(&vw->vw_buf); |
1275 |
vtbuf_init_early(&vw->vw_buf); |
1275 |
vt_winsize(vd, vw->vw_font, &wsz); |
1276 |
vt_winsize(vd, vw->vw_font, &wsz); |