From owner-svn-src-all@freebsd.org Sun Oct 21 00:35:54 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3D3DFFBE48; Sun, 21 Oct 2018 00:35:54 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B44571CF8; Sun, 21 Oct 2018 00:35:54 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8630D25A19; Sun, 21 Oct 2018 00:35:54 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9L0ZsFx034434; Sun, 21 Oct 2018 00:35:54 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9L0ZsVd034433; Sun, 21 Oct 2018 00:35:54 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201810210035.w9L0ZsVd034433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Sun, 21 Oct 2018 00:35:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r339513 - head/share/vt/fonts X-SVN-Group: head X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: head/share/vt/fonts X-SVN-Commit-Revision: 339513 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2018 00:35:55 -0000 Author: emaste Date: Sun Oct 21 00:35:54 2018 New Revision: 339513 URL: https://svnweb.freebsd.org/changeset/base/339513 Log: Add some tom-thumb vt font glyphs Primarily missing glyphs used by mandoc. Added: U+2010 hyphen U+2011 non-breaking hyphen U+2012 figure dash U+2013 en dash U+2014 em dash U+2018 left single quotation mark U+2019 right single quotation mark U+2020 dagger U+2021 double dagger U+203E overline U+2122 trade mark sign U+2502 box drawings light vertical U+25A1 white square U+25CA lozenge U+25CB circle U+2660 black spade suit U+2663 black club suit U+2665 black heart suit U+2666 black diamond suit U+FFFD replacement char Sponsored by: The FreeBSD Foundation Modified: head/share/vt/fonts/tom-thumb.hex Modified: head/share/vt/fonts/tom-thumb.hex ============================================================================== --- head/share/vt/fonts/tom-thumb.hex Sun Oct 21 00:32:59 2018 (r339512) +++ head/share/vt/fonts/tom-thumb.hex Sun Oct 21 00:35:54 2018 (r339513) @@ -1,5 +1,6 @@ # $FreeBSD$ # tom-thumb by Brian Swetland and Robey Pointer +# with the addition of some characters (primarily those emitted by mandoc) # # To the extent possible under law, the person who associated CC0 with # tom-thumb has waived all copyright and related or neighboring rights @@ -207,6 +208,27 @@ 0178:A000A0404000 017D:A0E060C0E000 017E:A0E060C0E000 +2010:0000E0000000 +2011:0000E0000000 +2012:0000E0000000 +2013:0000E0000000 +2014:0000E0000000 +2018:804000000000 +2019:204000000000 +2020:40E040404000 +2021:40E040E04000 2022:000040000000 2026:00000000A000 +203E:E00000000000 20AC:60E0E0C06000 +2122:E04000E0A000 +2502:404040404000 +25A1:00E0A0E00000 +25CA:0040A0A04000 +25CB:0040A0400000 +2660:0040E040E000 +2663:0040A040E000 +2665:00A0E0E04000 +2666:000040E04000 +2713:000020A04000 +FFFD:E0A0A0A0E000