From owner-cvs-src@FreeBSD.ORG Sat Apr 29 12:34:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3899D16A402; Sat, 29 Apr 2006 12:34:20 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03E8C43D45; Sat, 29 Apr 2006 12:34:20 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3TCYJdE012857; Sat, 29 Apr 2006 12:34:19 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3TCYJZp012853; Sat, 29 Apr 2006 12:34:19 GMT (envelope-from matteo) Message-Id: <200604291234.k3TCYJZp012853@repoman.freebsd.org> From: Matteo Riondato Date: Sat, 29 Apr 2006 12:34:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: 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-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2006 12:34:20 -0000 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. Correct two special characters for cons25l1 in termcap: use real arrows instead of ">>" and "<<". Add a lot of additional symbols for line drawing which are taken from the CP437 font. Almost all of the ACS symbols are now implemented. PR: conf/90082 Submitted by: Oliver Fromme MFC after: 1 week Revision Changes Path 1.3 +8 -8 src/share/syscons/fonts/iso15-8x14.fnt 1.3 +9 -9 src/share/syscons/fonts/iso15-8x16.fnt 1.3 +5 -5 src/share/syscons/fonts/iso15-8x8.fnt 1.3 +9 -9 src/share/syscons/fonts/iso15-thin-8x16.fnt 1.147 +1 -1 src/share/termcap/termcap.src