From owner-freebsd-hackers Tue Sep 19 13:40:42 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA28548 for hackers-outgoing; Tue, 19 Sep 1995 13:40:42 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA28543 for ; Tue, 19 Sep 1995 13:40:37 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA10590; Tue, 19 Sep 1995 13:33:12 -0700 From: Terry Lambert Message-Id: <199509192033.NAA10590@phaeton.artisoft.com> Subject: Re: SYSCONS PROBLEM IDENTIFIED To: ache@astral.msk.su (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=) Date: Tue, 19 Sep 1995 13:33:12 -0700 (MST) Cc: terry@lambert.org, hackers@freebsd.org In-Reply-To: from "=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=" at Sep 19, 95 11:23:28 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1091 Sender: owner-hackers@freebsd.org Precedence: bulk > In message > =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= writes: > > >Colors are attributes for true SCO console. F.e. inverse attribute > >emulates via colors which can have any value. > >Bold attribute emulates via colors too. > > Vice versa is true too: attributes are colors. > And there is NO WAY to distinguish colors from attributes, > check ANSI escape codes for SCO console. The SCO console supports ISO (not ANSI) escape sequences for colors 0-7 for foreground and background. The SCO console has extensions in addition to this for colors 0-15. The SCO console has an extension for changing the blink attribute bit in the screen memory to high intensity, in respect of a workaround to a CGA register setting, which is generally emulated on modern VGA hardware. If I type ^[[1m^[[H^[[J on an SCO console, the color will not be changed from the default to the bold values (I just tried it). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.