Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/wsfont Update Spleen kernel fonts to version 1.8.0, ...



details:   https://anonhg.NetBSD.org/src/rev/327e6366c1d8
branches:  trunk
changeset: 935289:327e6366c1d8
user:      fcambus <fcambus%NetBSD.org@localhost>
date:      Mon Jun 29 09:45:35 2020 +0000

description:
Update Spleen kernel fonts to version 1.8.0, bringing the following
improvements:

- Improve ampersand character, making it more consistent with other
  sizes (5x8 version)

diffstat:

 sys/dev/wsfont/spleen5x8.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 68a69a31a60b -r 327e6366c1d8 sys/dev/wsfont/spleen5x8.h
--- a/sys/dev/wsfont/spleen5x8.h        Mon Jun 29 09:24:07 2020 +0000
+++ b/sys/dev/wsfont/spleen5x8.h        Mon Jun 29 09:45:35 2020 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: spleen5x8.h,v 1.4 2020/06/21 15:48:17 fcambus Exp $ */
+/*     $NetBSD: spleen5x8.h,v 1.5 2020/06/29 09:45:35 fcambus Exp $ */
 /*     $OpenBSD: spleen5x8.h,v 1.2 2018/12/02 14:47:23 fcambus Exp $ */
 
 /*
- * Copyright (c) 2018-2019 Frederic Cambus <fcambus%openbsd.org@localhost>
+ * Copyright (c) 2018-2020 Frederic Cambus <fcambus%openbsd.org@localhost>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -101,7 +101,7 @@
        0x50,   /* .*.*.... */
        0x50,   /* .*.*.... */
        0x60,   /* .**..... */
-       0xa0,   /* *.*..... */
+       0xa8,   /* *.*.*... */
        0x90,   /* *..*.... */
        0x68,   /* .**.*... */
        0x00,   /* ........ */



Home | Main Index | Thread Index | Old Index