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

(-)src/sys/dev/syscons/scvidctl.c (+1 lines)
Lines 412-417 Link Here
412
    scp->yoff = (scp->ypixel/fontsize - ysize)/2;
412
    scp->yoff = (scp->ypixel/fontsize - ysize)/2;
413
    scp->font = font;
413
    scp->font = font;
414
    scp->font_size = fontsize;
414
    scp->font_size = fontsize;
415
    scp->font_width = 8; 
415
416
416
    /* allocate buffers */
417
    /* allocate buffers */
417
    sc_alloc_scr_buffer(scp, TRUE, TRUE);
418
    sc_alloc_scr_buffer(scp, TRUE, TRUE);

Return to bug 84836