From owner-freebsd-hackers Sat Dec 25 14:36:36 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from sonet.crimea.ua (OTC-sl3-FLY.CRIS.NET [212.110.136.71]) by hub.freebsd.org (Postfix) with ESMTP id ABA6914C2D for ; Sat, 25 Dec 1999 14:36:26 -0800 (PST) (envelope-from phantom@scorpion.crimea.ua) Received: (from uucp@localhost) by sonet.crimea.ua (8.9.3/8.9.3) with UUCP id AAA03129; Sun, 26 Dec 1999 00:38:28 +0300 (MSK) Received: (from phantom@localhost) by scorpion.crimea.ua (8.8.8/8.8.5+ssl+keepalive) id AAA16577; Sun, 26 Dec 1999 00:12:27 +0300 (MSK) Date: Sun, 26 Dec 1999 00:12:27 +0300 (MSK) From: Alexey Zelkin Message-Id: <199912252112.AAA16577@scorpion.crimea.ua> To: danfe@inet.ssc.nsu.ru (Alexey N. Dokuchaev) Cc: hackers@FreeBSD.org Subject: Re: Terminal colors X-Newsgroups: cris.gate.freebsd.hackers In-Reply-To: User-Agent: tin/pre-1.4-980618 (UNIX) (FreeBSD/2.2.7-RELEASE (i386)) Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, AND> Say I want to change the man colors when I read mans at the console. More AND> precisely, I don't like that underlined text shows up as reversed (black AND> letter on while(grey,7) backround). How (and where) do I need to say that AND> I want, say, yellow on black instead of reversed when displaying AND> underlined-supposed-to-be text. Any help is greatly appreciated. For supported escape sequences (sequences used to change colors) you can read screen(4) manpage. Then read termcap(5) manpage. It will describe you termcap file structure. Pay espessial attention for `md' (bold mode on) and `so' (standout mode on) directives. Contact me directly if you need more comments. -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@crimea.edu */ /* http://www.ccssu.crimea.ua/~phantom && phantom@FreeBSD.org */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message