NetBSD-Bugs archive

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

PR/46647 CVS commit: src/sys/arch/atari/dev



The following reply was made to PR port-atari/46647; it has been noted by GNATS.

From: "Izumi Tsutsui" <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/46647 CVS commit: src/sys/arch/atari/dev
Date: Sat, 25 Jun 2022 03:33:29 +0000

 Module Name:	src
 Committed By:	tsutsui
 Date:		Sat Jun 25 03:33:29 UTC 2022
 
 Modified Files:
 	src/sys/arch/atari/dev: ite.c ite_cc.c ite_et.c itevar.h
 
 Log Message:
 Add a minimum DEC special graphics character support for atari ite(4).
 
 This closes PR port-atari/46647 (Menu borders in sysinst appear as
 characters with diacritical marks instead of graphics characters).
 
 Switching encoding support by "ESC ( <F>" sequence for vt220 was
 pulled from x68k ite(4) (that already supports ISO-2022-JP and EUC-JP).
 Note atari's fonts already include DEC special graphics characters.
 ET4000 on Hades is untested due to long-term lack of hardware.
 Discussed on port-atari@ etc.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.81 -r1.82 src/sys/arch/atari/dev/ite.c
 cvs rdiff -u -r1.44 -r1.45 src/sys/arch/atari/dev/ite_cc.c
 cvs rdiff -u -r1.35 -r1.36 src/sys/arch/atari/dev/ite_et.c
 cvs rdiff -u -r1.14 -r1.15 src/sys/arch/atari/dev/itevar.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index