Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/conf Specify options FONT_VT220L8x16 to get s...
details: https://anonhg.NetBSD.org/src/rev/7264714261b5
branches: trunk
changeset: 368974:7264714261b5
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Aug 15 04:40:20 2022 +0000
description:
Specify options FONT_VT220L8x16 to get similar glyphs as past font_8x16.c.
diffstat:
sys/arch/atari/conf/MILAN.in | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r ba0945b4cd20 -r 7264714261b5 sys/arch/atari/conf/MILAN.in
--- a/sys/arch/atari/conf/MILAN.in Mon Aug 15 04:37:46 2022 +0000
+++ b/sys/arch/atari/conf/MILAN.in Mon Aug 15 04:40:20 2022 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: MILAN.in,v 1.29 2019/05/04 13:12:03 tsutsui Exp $
+# $NetBSD: MILAN.in,v 1.30 2022/08/15 04:40:20 tsutsui Exp $
#
# Milan
#
@@ -34,6 +34,8 @@
options PCDISPLAY_SOFTCURSOR
# modify the screen type of the console; defaults to "80x25"
#options VGA_CONSOLE_SCREENTYPE="\"80x25\""
+# use explicit WSDISPLAY_FONTENC_IBM font that MI vga(4) assumes
+options FONT_VT220L8x16
#
# The following sections describe various hardware options.
Home |
Main Index |
Thread Index |
Old Index