Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/x68k/dev
Module Name: src
Committed By: tsutsui
Date: Sat Jun 25 03:18:38 UTC 2022
Modified Files:
src/sys/arch/x68k/dev: ite.c ite_tv.c itevar.h
Log Message:
Add a minimum box drawing character support for x68k ite(4).
This is for proper appearance of menus in sysinst(8) with TERM=vt220.
Discussed on port-x68k@ etc.
There was "why not all G0/G1/G2/G3" comment, but terminfo and curses
with TERM=vt220 only require "ESC ( <F>" against G0 for DEC special
graphics (including box drawing characters) by smacs/rmacs/acsc.
I hope other various unimplemented ISO/IEC 2022 specifications will
be motivated per further visible demends.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/x68k/dev/ite.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/x68k/dev/ite_tv.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x68k/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