Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/26/1998 14:30:02
drochner
Fri Jun 26 14:20:35 PDT 1998
Update of /cvsroot/src/sys/dev/wscons
In directory nb00:/tmp/cvs-serv24391

Modified Files:
	files.wscons wsemul_vt100.c wsemul_vt100_subr.c 
	wsemul_vt100var.h 
Added Files:
	wsemul_vt100_chars.c 
Log Message:
Improvements to the VT100 emulation:
-display DEC special graphics and DEC technical characters as far as
  possible
-implement the font switching controls (need documentation!)
-behave well if double-width characters are requested
-simplify the state machine: store CSI command modifiers in variables
  instead of dedicating own states to each of them


drochner
Fri Jun 26 14:28:58 PDT 1998
Update of /cvsroot/src/sys/arch/vax/vsa
In directory nb00:/tmp/cvs-serv24543

Modified Files:
	smg.c 
Log Message:
add a dummy "mapchar" function (1:1 mapping, hope the font is isolatin)