From owner-cvs-all Mon Jul 17 4:29:48 2000 Delivered-To: cvs-all@freebsd.org Received: from burka.carrier.kiev.ua (burka.carrier.kiev.ua [193.193.193.107]) by hub.freebsd.org (Postfix) with ESMTP id 1FC6137B65E; Mon, 17 Jul 2000 04:29:33 -0700 (PDT) (envelope-from netch@lucky.net) Received: from netch@localhost by burka.carrier.kiev.ua id OLI31568; Mon, 17 Jul 2000 14:29:26 +0300 (EEST) (envelope-from netch) Date: Mon, 17 Jul 2000 14:29:26 +0300 From: Valentin Nechayev To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/termcap termcap.src Message-ID: <20000717142925.D25217@lucky.net> Reply-To: netch@lucky.net References: <200006141508.IAA78754@freefall.freebsd.org> <20000716102031.A64059@lucky.net> <20000716010709.A35734@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000716010709.A35734@freebsd.org>; from ache@FreeBSD.ORG on Sun, Jul 16, 2000 at 01:07:09AM -0700 X-42: On Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Andrey A. Chernov! Sun, Jul 16, 2000 at 01:07:09, ache wrote about "Re: cvs commit: src/share/termcap termcap.src": > > 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 > > Local obsolete console must keep local termcap somehow, f.e. in ~/.termcap. Old console is named, for example, cons25r, and new console is named also cons25r. Or one should change name for old console? For both consoles with the same name, the only way is to compose common entry ("op=\E[x\E[39;49m" if it works correct). And one should install this composed termcap at all new machines. It is better to do it centralizedly - in stock distribution, isn't it? ;| > It is less painful that terminal name change. Terminal name change is the only correct way if it is impossible to compose termcap entry for both old and new variants. /netch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message