I wrote: > 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).
Ah, I committed a wrong branch so these also include other misc cleanup that should be in a separate commit: - make local functions static - use C99 designated initializer for readability - use proper integer types - avoid reusing temporary variables for other purpose - misc KNF There is no functional change in them so I'll leave themas is (sorry for noise). --- Izumi Tsutsui