From owner-cvs-user Fri May 19 02:58:01 1995 Return-Path: cvs-user-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA18609 for cvs-user-outgoing; Fri, 19 May 1995 02:58:01 -0700 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id CAA18596 ; Fri, 19 May 1995 02:57:34 -0700 Received: by sequent.kiae.su id AA18436 (5.65.kiae-2 ); Fri, 19 May 1995 13:54:52 +0400 Received: by sequent.KIAE.su (UUMAIL/2.0); Fri, 19 May 95 13:54:49 +0300 Received: (from ache@localhost) by astral.msk.su (8.6.8/8.6.6) id NAA00789; Fri, 19 May 1995 13:49:34 +0400 To: Gary Palmer Cc: CVS-commiters@freefall.cdrom.com, cvs-user@freefall.cdrom.com, "Jordan K. Hubbard" References: <18628.800876194@westhill.cdrom.com> In-Reply-To: <18628.800876194@westhill.cdrom.com>; from Gary Palmer at Fri, 19 May 1995 02:36:34 -0700 Message-Id: Organization: Olahm Ha-Yetzirah Date: Fri, 19 May 1995 13:49:33 +0400 (MSD) X-Mailer: Mail/@ [v2.36 FreeBSD] From: "Andrey A. Chernov, Black Mage" X-Class: Fast Subject: Re: cvs commit: src/release/sysinstall label.c Lines: 37 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 1483 Sender: cvs-user-owner@freebsd.org Precedence: bulk In message <18628.800876194@westhill.cdrom.com> Gary Palmer writes: >In message , "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)). Can you send me simple several-lines example how it broken? Something like: main() { initscr(); set bold as you do display string as you do refresh(); endwin(); } I'll check sysinstall later, but this sounds as improper curses usage. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - FidoNet: 2:5020/230.3 : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849