NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: install/51374: sysinstall leaves serial console in non-scrolling state
The following reply was made to PR install/51374; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: install/51374: sysinstall leaves serial console in non-scrolling state
Date: Sat, 30 Jul 2016 13:02:46 +0200
On Fri, Jul 29, 2016 at 03:35:01PM +0000, Julian Coleman wrote:
> Does sysinst only use the first 24 rows of the screen?
Doesn't look that way:
(gdb) up
#2 0x00007f7ff781a2d5 in makech (wy=15)
at /usr/src/lib/libcurses/refresh.c:1053
1053 __set_color(curscr, nsp->attr & __COLOR);
(gdb) p *__virtscr
$3 = {nextp = 0x7f7ff7b211c0, orig = 0x0, begy = 0, begx = 0, cury = 21,
curx = 32, maxy = 42, maxx = 111, reqy = 0, reqx = 0, ch_off = 0,
alines = 0x7f7ff7b13570, lspace = 0x7f7ff7b05800, wspace = 0x7f7ff7b4a000,
flags = 327709, delay = -1, wattr = 0 L'\000\000\000\000',
bch = 32 L' \000\000\000', battr = 0 L'\000\000\000\000', scr_t = 0,
scr_b = 41, screen = 0x7f7ff7b0e000, pbegy = 0, pbegx = 0, sbegy = 0,
sbegx = 0, smaxy = 0, smaxx = 0, dery = 0, derx = 0, bnsp = 0x0}
Martin
Home |
Main Index |
Thread Index |
Old Index