Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2000 10:20:31 +0300
From:      Valentin Nechayev <netch@lucky.net>
To:        "Andrey A. Chernov" <ache@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/share/termcap termcap.src
Message-ID:  <20000716102031.A64059@lucky.net>
In-Reply-To: <200006141508.IAA78754@freefall.freebsd.org>; from ache@FreeBSD.ORG on Wed, Jun 14, 2000 at 08:08:24AM -0700
References:  <200006141508.IAA78754@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
 Wed, Jun 14, 2000 at 08:08:24, ache wrote about "cvs commit: src/share/termcap termcap.src": 

> ache        2000/06/14 08:08:24 PDT
> 
>   Modified files:
>     share/termcap        termcap.src 
>   Log:
>   Fix "op" for xterm-color

-       :pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:op=\E[x:sc=\E7:rc=\E8:\
+       :pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:sc=\E7:rc=\E8:\

This fix broke compatibility with older syscons versions (consider local
console at 2.x or 3.x and shell from it to 4.x or 5.x). I.e., with screen
(ports/misc/screen) run on 4.x, colors are incorrect.
IMHO such serious change should be reflected with new terminal type name.
Or possibly set op=\E[x\E[39;49m

>   Revision  Changes    Path
>   1.91      +2 -2      src/share/termcap/termcap.src


/netch


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000716102031.A64059>