summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
diff options
context:
space:
mode:
authoraugustss <augustss@NetBSD.org>2002-03-17 18:12:15 +0000
committeraugustss <augustss@NetBSD.org>2002-03-17 18:12:15 +0000
commit45e00a035a9d8eb39d96528dbe8ba360e08dfa00 (patch)
treefe83c1d919729af137b0ce672aab929c6dd80c68 /sys/dev/wscons
parentb32942bb237d676b1921b34f7c75fafba361bd3f (diff)
Don't forget the symbolc names for the keymaps.
Diffstat (limited to 'sys/dev/wscons')
-rw-r--r--sys/dev/wscons/wsksymdef.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/wscons/wsksymdef.h b/sys/dev/wscons/wsksymdef.h
index 75fe00d4294..732bda80dd9 100644
--- a/sys/dev/wscons/wsksymdef.h
+++ b/sys/dev/wscons/wsksymdef.h
@@ -1,4 +1,4 @@
-/* $NetBSD: wsksymdef.h,v 1.41 2002/03/17 18:00:17 augustss Exp $ */
+/* $NetBSD: wsksymdef.h,v 1.42 2002/03/17 18:12:15 augustss Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -517,7 +517,13 @@
{ KB_NO, "no" }, \
{ KB_ES, "es" }, \
{ KB_HU, "hu" }, \
- { KB_PL, "pl" }
+ { KB_PL, "pl" }, \
+ { KB_RU, "ru" }, \
+ { KB_SG, "sg" }, \
+ { KB_SF, "sf" }, \
+ { KB_PT, "pt" }, \
+ { KB_UA, "ua" }, \
+ { KB_BE, "be" }
#define KB_VARTAB \
{ KB_NODEAD, "nodead" }, \