From owner-freebsd-stable Mon Jun 26 16:42:25 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by hub.freebsd.org (Postfix) with SMTP id C487437B9C6 for ; Mon, 26 Jun 2000 16:42:17 -0700 (PDT) (envelope-from reader@newsguy.com) Received: (qmail 517 invoked from network); 26 Jun 2000 23:42:15 -0000 Received: from adsl-117-113.ln.networkone.net (HELO reader.ptw.com) (209.144.117.113) by mail.networkone.net with SMTP; 26 Jun 2000 23:42:15 -0000 Received: (from reader@localhost) by reader.ptw.com (8.9.3/8.9.3) id QAA19952; Mon, 26 Jun 2000 16:42:09 -0700 To: Mark Ovens Cc: freebsd-stable@freebsd.org Subject: Re: Annoying reverse hylighting in `more' 4.0-STsnap0624 References: <20000626195936.G232@parish> <20000626205828.I232@parish> From: Harry Putnam In-Reply-To: Mark Ovens's message of "Mon, 26 Jun 2000 20:58:28 +0100" Date: 26 Jun 2000 16:42:09 -0700 Message-ID: Lines: 41 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Ovens writes: > If Alexey wants underlining to appear as yellow on black as he says > then in /usr/share/misc/termcap change the line > > :tc=cons25w: > > in the definition of > > cons25|ansis|ansi80x25:\ > > to > > :us=\E[40;34;1m:ue=\E[m:tc=cons25w: > ^^ ^^ > || fg colour > || > bg colour > > then, as root, run ``cd /usr/share/misc ; cap_mkdb termcap'' and then > try ``man chmod'' on the console. > > For a visual "list" of colour combinations, run this script (the > numbers along the top of the display are the bg colours and the ones > at the left are the fg colours): Good info here, I'm still bogged down trying to get a network up on a laptop with FreeBSD so getting tired of the obnoxious highlighting since I'm pooring thru manpages constantly right now. Not that familiar with FreeBSD and its just enough different from Linux that most tools don't act quite the same. Doug Writes: > So the issue boils down to whether you want to see italic as > highlighting. If not, I'm sure there's a way to prevent it. I'm using > TERM=vt102, and I don't see any highlighting at all. Thanks Doug, thats a quick fix for now... Mark has posted a full blown way to fix it permanently. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message