From owner-cvs-all@FreeBSD.ORG Sat Apr 29 16:02:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A042416A417; Sat, 29 Apr 2006 16:02:35 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC87443D48; Sat, 29 Apr 2006 16:02:34 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.6/8.13.6) with ESMTP id k3TG2XOO009284; Sat, 29 Apr 2006 20:02:33 +0400 (MSD) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.6/8.13.6/Submit) id k3TG2Xsf009283; Sat, 29 Apr 2006 20:02:33 +0400 (MSD) (envelope-from ache) Date: Sat, 29 Apr 2006 20:02:32 +0400 From: Andrey Chernov To: Matteo Riondato Message-ID: <20060429160232.GA9198@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Matteo Riondato , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200604291234.k3TCYJZp012853@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200604291234.k3TCYJZp012853@repoman.freebsd.org> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/syscons/fonts iso15-8x14.fnt iso15-8x16.fnt iso15-8x8.fnt iso15-thin-8x16.fnt src/share/termcap termcap.src X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2006 16:02:35 -0000 On Sat, Apr 29, 2006 at 12:34:19PM +0000, Matteo Riondato wrote: > matteo 2006-04-29 12:34:19 UTC > > FreeBSD src repository > > Modified files: > share/syscons/fonts iso15-8x14.fnt iso15-8x16.fnt > iso15-8x8.fnt iso15-thin-8x16.fnt > share/termcap termcap.src > Log: > Add curses ACS line graphics support for iso15 fonts > Now ncurses-based programs such as sysinstall and mc will display the > correct font for graphical lines instead of "-" and "+" characters. Please back it out from both fonts and termcap. There is _no_ ACS graphics in the ISO 15 specs, check it by yourself. By such commit you confuse people to use non-portable characters in their documents. If you want combined fonts, name them clearly as combined, something like iso15+acs-8x8.fnt the same about termcap entry for combined fonts, name it to clearly indicating additional prefix. And please never ever touch standards area, they are holy cow. -- http://ache.pp.ru/