Subject: CVS commit: syssrc/sys/dev/wscons
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 12/01/2001 18:07:59
Module Name: syssrc
Committed By: bjh21
Date: Sat Dec 1 16:07:59 UTC 2001
Modified Files:
syssrc/sys/dev/wscons: unicode.h wsemul_vt100_chars.c
Log Message:
On a VT100, the "scanline 5" character is also used for box drawing, so
represent it as U+2500 (BOX DRAWINGS LIGHT HORIZONTAL). This makes NetHack
DECgraphics mode work properly on a wscons console using an IBM-encoded font.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/wscons/unicode.h
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/wscons/wsemul_vt100_chars.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.