summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsksymdef.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-01-19 18:14:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-01-19 18:14:41 +0000
commita30b84ab63e3939eb1a697b8ac3a52242c23743b (patch)
tree157b295feefe8879f0e7accc16fd5f3fc9d32711 /sys/dev/wscons/wsksymdef.h
parent4997391e8ae0c09a2722dcde4b81a2924aab1d2c (diff)
as the rest of our systems, make the most common key return ^? not ^H; agreed with aaron
Diffstat (limited to 'sys/dev/wscons/wsksymdef.h')
-rw-r--r--sys/dev/wscons/wsksymdef.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wscons/wsksymdef.h b/sys/dev/wscons/wsksymdef.h
index 760553ea373..aca7df4cf01 100644
--- a/sys/dev/wscons/wsksymdef.h
+++ b/sys/dev/wscons/wsksymdef.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsksymdef.h,v 1.4 2000/11/15 19:53:57 aaron Exp $ */
+/* $OpenBSD: wsksymdef.h,v 1.5 2001/01/19 18:14:40 deraadt Exp $ */
/* $NetBSD: wsksymdef.h,v 1.34.4.1 2000/07/07 09:49:54 hannken Exp $ */
/*-
@@ -59,7 +59,7 @@
* Group Ascii (ISO Latin1) character in low byte
*/
-#define KS_BackSpace 0x08
+#define KS_BackSpace 0x7f
#define KS_Tab 0x09
#define KS_Linefeed 0x0a
#define KS_Clear 0x0b