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 some missing definitions for hungarian ke...



details:   https://anonhg.NetBSD.org/src/rev/ee93eddcf6e4
branches:  trunk
changeset: 500106:ee93eddcf6e4
user:      drochner <drochner%NetBSD.org@localhost>
date:      Tue Dec 05 17:53:46 2000 +0000

description:
add some missing definitions for hungarian keymap support
(It won't help much since there is no way to get characters not in
iso-1 or the function key set through the vt100/sun/dumb terminal
emulations:-(

diffstat:

 sys/dev/wscons/wsksymdef.h |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r 67f82036495b -r ee93eddcf6e4 sys/dev/wscons/wsksymdef.h
--- a/sys/dev/wscons/wsksymdef.h        Tue Dec 05 17:07:01 2000 +0000
+++ b/sys/dev/wscons/wsksymdef.h        Tue Dec 05 17:53:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wsksymdef.h,v 1.38 2000/10/13 12:53:23 mjl Exp $ */
+/*     $NetBSD: wsksymdef.h,v 1.39 2000/12/05 17:53:46 drochner Exp $ */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -258,6 +258,11 @@
 #define        KS_thorn                0xfe
 #define        KS_ydiaeresis           0xff
 
+#define KS_Odoubleacute        0x150
+#define KS_odoubleacute        0x151
+#define KS_Udoubleacute        0x170
+#define KS_udoubleacute        0x171
+
 /*
  * Group Dead (dead accents)
  */
@@ -481,6 +486,7 @@
 #define KB_SV                  0x0900
 #define KB_NO                  0x0a00
 #define KB_ES                  0x0b00
+#define KB_HU                  0x0c00
 
 #define KB_NODEAD              0x0001
 #define KB_DECLK               0x0002  /* DEC LKnnn layout */
@@ -502,7 +508,8 @@
        { KB_JP,        "jp" }, \
        { KB_SV,        "sv" }, \
        { KB_NO,        "no" }, \
-       { KB_ES,        "es" }
+       { KB_ES,        "es" }, \
+       { KB_HU,        "hu" }
 
 #define KB_VARTAB \
        { KB_NODEAD,    "nodead" }, \



Home | Main Index | Thread Index | Old Index