View | Details | Raw Unified | Return to bug 192248
Collapse All | Expand All

(-)sys/dev/vt/vt_core.c (-1 / +2 lines)
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);

Return to bug 192248