From: fcambus Date: Tue, 16 Apr 2024 17:15:15 +0000 (+0000) Subject: Update Spleen kernel fonts to version 2.1.0, bringing the following X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=aedeff457fedf7268794c95d21b9b50b91c0debd;p=openbsd Update Spleen kernel fonts to version 2.1.0, bringing the following improvements: - Fix latin small letter 'u' smoothing in the 32x64 version --- diff --git a/sys/dev/wsfont/spleen32x64.h b/sys/dev/wsfont/spleen32x64.h index 1470730f1a5..a229340eeb4 100644 --- a/sys/dev/wsfont/spleen32x64.h +++ b/sys/dev/wsfont/spleen32x64.h @@ -1,7 +1,7 @@ -/* $OpenBSD: spleen32x64.h,v 1.9 2020/07/31 20:14:47 fcambus Exp $ */ +/* $OpenBSD: spleen32x64.h,v 1.10 2024/04/16 17:15:15 fcambus Exp $ */ /* - * Copyright (c) 2018-2020 Frederic Cambus + * Copyright (c) 2018-2024 Frederic Cambus * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -5616,11 +5616,11 @@ static u_char spleen32x64_data[] = { 0x0f, 0x00, 0x00, 0xf0, /* ....****................****.... */ 0x0f, 0x00, 0x00, 0xf0, /* ....****................****.... */ 0x0f, 0x80, 0x00, 0xf0, /* ....*****...............****.... */ - 0x0f, 0xc0, 0x00, 0xf0, /* ....******..............****.... */ + 0x07, 0xc0, 0x00, 0xf0, /* .....*****..............****.... */ 0x07, 0xff, 0xff, 0xf0, /* .....***********************.... */ 0x03, 0xff, 0xff, 0xf0, /* ......**********************.... */ 0x01, 0xff, 0xff, 0xf0, /* .......*********************.... */ - 0x00, 0xff, 0xff, 0xf0, /* ........********************.... */ + 0x00, 0x7f, 0xff, 0xf0, /* .........*******************.... */ 0x00, 0x00, 0x00, 0x00, /* ................................ */ 0x00, 0x00, 0x00, 0x00, /* ................................ */ 0x00, 0x00, 0x00, 0x00, /* ................................ */