Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 1995 02:36:34 -0700
From:      Gary Palmer <gpalmer@westhill.cdrom.com>
To:        "Andrey A. Chernov, Black Mage" <ache@astral.msk.su>
Cc:        CVS-commiters@freefall.cdrom.com, cvs-user@freefall.cdrom.com, "Jordan K. Hubbard" <jkh@freefall.cdrom.com>
Subject:   Re: cvs commit: src/release/sysinstall label.c 
Message-ID:  <18628.800876194@westhill.cdrom.com>
In-Reply-To: Your message of "Fri, 19 May 1995 12:55:37 %2B0400." <ZL9q5ll8L1@astral.msk.su> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <ZL9q5ll8L1@astral.msk.su>, "Andrey A. Chernov, Black Mage" writes:
>A_UNDERLINE not works with color VGA, but A_BOLD *is* worked!
>A_BOLD may not works on some mono's, I don't shure that syscons
>handle it right. Tell me what is your A_BOLD problems
>(probably we need to fix termcap or syscons).

When we printed a bold string which started at column 0 of the display
using curses, the first word wasn't highlighted until the row
underneath was altered. If you want to see the bugs (both this one and
the underline bug) in action, back out those changes in your local
copy of the source code and build sysinstall and try running it first
on the syscons display, and then on an xterm and see what was intended
(you don't need to alter your disk to get to these bugs, you can see
them just by going in to ``edit'' your existing partitions (in
theory)).

Basically, with the underline enabled, the line below couldn't be in
reverse video, and the underline never appeared. This drove Jordan
(and to a certain extent myself) mad whilst we looked for a bug in his
code :-( Then we tried disabling the A_UNDERLINE stuff and hey presto,
the line below could be changed to be bold again.

I believe an appropriate quote would be `AAAARRRRGGGGHHHH'. Once we
found the fact that it was a problem with either syscons, termcap or
ncurses, we found how to work around the problem quite quickly, but it
took a long time for the penny to drop (i.e. several days).

Gary




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18628.800876194>