Received: by mail.netbsd.org (Postfix, from userid 605) id 1101084F49; Wed, 8 Jun 2022 11:59:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 445ED84F48 for ; Wed, 8 Jun 2022 11:59:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id bpgEbU3jv6yQ for ; Wed, 8 Jun 2022 11:59:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CD14F84CEC for ; Wed, 8 Jun 2022 11:59:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21533FB19; Wed, 8 Jun 2022 12:01:00 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 8 Jun 2022 12:01:00 +0000 From: "Valeriy E. Ushakov" Subject: CVS commit: src/share/wscons/fonts To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20220608120100.21533FB19@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Valeriy E. Ushakov" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: uwe Date: Wed Jun 8 12:01:00 UTC 2022 Modified Files: src/share/wscons/fonts: ter-i12n.wsf.uue ter-i16b.wsf.uue ter-i16n.wsf.uue ter-i16v.wsf.uue ter-i20n.wsf.uue ter-i24n.wsf.uue ter-i28n.wsf.uue ter-i32n.wsf.uue Log Message: Terminus Font: Regen after fixing an off-by-one in bdfload. A bug in bdfload caused numchars parameter to be one less than reality, so the last glyph was lost. It was not immediately noticeable b/c in IBM (cp437) encoded fonts the last glyph is a (non-breaking) space. While here, change the font names to have -CP437 suffix. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/wscons/fonts/ter-i12n.wsf.uue \ src/share/wscons/fonts/ter-i16b.wsf.uue \ src/share/wscons/fonts/ter-i16n.wsf.uue \ src/share/wscons/fonts/ter-i16v.wsf.uue \ src/share/wscons/fonts/ter-i20n.wsf.uue \ src/share/wscons/fonts/ter-i24n.wsf.uue \ src/share/wscons/fonts/ter-i28n.wsf.uue \ src/share/wscons/fonts/ter-i32n.wsf.uue Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.