summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2006-01-01 22:34:08 +0000
committerDamien Miller <djm@cvs.openbsd.org>2006-01-01 22:34:08 +0000
commitf346d8e3fd6a182b83a6fd7405debe253bbc728e (patch)
tree1f97040d6a717e9f33fdc5763a2d775ff9951816 /usr.bin
parent2a155bf10ae595a47827ea4781a9301f5a5aa372 (diff)
disable case-mapping (evil software caps-lock) by default. if you are crazy
enough to want it, then it can be turned on in /etc/remote; "lovely" deraadt@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tip/vars.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tip/vars.c b/usr.bin/tip/vars.c
index 46cec2dd5b2..7b94cde540d 100644
--- a/usr.bin/tip/vars.c
+++ b/usr.bin/tip/vars.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vars.c,v 1.5 2003/09/20 18:15:32 millert Exp $ */
+/* $OpenBSD: vars.c,v 1.6 2006/01/01 22:34:07 djm Exp $ */
/* $NetBSD: vars.c,v 1.3 1994/12/08 09:31:19 jtc Exp $ */
/*
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)vars.c 8.1 (Berkeley) 6/6/93";
#endif
-static const char rcsid[] = "$OpenBSD: vars.c,v 1.5 2003/09/20 18:15:32 millert Exp $";
+static const char rcsid[] = "$OpenBSD: vars.c,v 1.6 2006/01/01 22:34:07 djm Exp $";
#endif /* not lint */
#include "tip.h"
@@ -75,7 +75,7 @@ value_t vtable[] = {
{ "raise", BOOL, (READ|WRITE)<<PUBLIC,
"ra", (char *)FALSE },
{ "raisechar", CHAR, (READ|WRITE)<<PUBLIC,
- "rc", (char *)CTRL('a') },
+ "rc", NOSTR },
{ "record", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC,
"rec", (char *)&RE },
{ "remote", STRING|INIT|IREMOTE, READ<<PUBLIC,