Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/wscons add encoding for ISO-2



details:   https://anonhg.NetBSD.org/src/rev/92c82a66b5e9
branches:  trunk
changeset: 514535:92c82a66b5e9
user:      drochner <drochner%NetBSD.org@localhost>
date:      Tue Sep 04 17:57:16 2001 +0000

description:
add encoding for ISO-2

diffstat:

 sys/dev/wscons/wsconsio.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 198b77f4a330 -r 92c82a66b5e9 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Tue Sep 04 17:14:49 2001 +0000
+++ b/sys/dev/wscons/wsconsio.h Tue Sep 04 17:57:16 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.40 2001/08/05 11:26:52 jdolecek Exp $ */
+/* $NetBSD: wsconsio.h,v 1.41 2001/09/04 17:57:16 drochner Exp $ */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -306,6 +306,7 @@
 #define WSDISPLAY_FONTENC_IBM 1
 #define WSDISPLAY_FONTENC_PCVT 2
 #define WSDISPLAY_FONTENC_ISO7 3 /* greek */
+#define WSDISPLAY_FONTENC_ISO2 4 /* east european */
        u_int fontwidth, fontheight, stride;
 #define WSDISPLAY_MAXFONTSZ    (512*1024)
        int bitorder, byteorder;



Home | Main Index | Thread Index | Old Index