Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!mel.dit.csiro.au!its.csiro.au!dmssyd.syd.dms.CSIRO.AU!metro!sequoia!ultima!kralizec.zeta.org.au!kralizec.zeta.org.au!not-for-mail From: bde@kralizec.zeta.org.au (Bruce Evans) Newsgroups: comp.os.386bsd.bugs Subject: Re: Problem with pk 0.2.4 with a "mono VGA" monitor Date: 27 Jul 1993 15:50:22 +1000 Organization: Kralizec Dialup Unix Sydney: +61-2-837-1183 V.32bis Lines: 19 Message-ID: <232fmuINN1p1@kralizec.zeta.org.au> References: <CAIIK8.n4v@sugar.NeoSoft.COM> <1993Jul24.024908.27448@craycos.com> <CAqutq.1H3@sugar.NeoSoft.COM> NNTP-Posting-Host: kralizec.zeta.org.au Keywords: mono VGA termcap In <CAqutq.1H3@sugar.NeoSoft.COM> peter@NeoSoft.com (Peter da Silva) writes: >Thanks. That gave me the basic info I needed to solve the problem. The problem >is, the person who wrote the new pc3 termcap entry put some initialization >info into "so" that should have, at best, been in "is". The correct fix, to Putting it in "is" happens to work for the pc3 entry because only the "so" colors are being fiddled with. In general you might want different colors for bold, underline, etc. And some systems don't provide separate colors for standout and normal, so special standout colors can only be set in "so" and turned off in "se". What I really want is fixed separate colors for all the ANSI attributes. I hacked pcvt to provide them, and set them in ~/.profile. >changes for other custom sequences). PC3 is such a lousy emulation. It claims to be an emulation? -- Bruce Evans bde@kralizec.zeta.org.au