summaryrefslogtreecommitdiffstats
path: root/usr.bin/mg/keymap.c
diff options
context:
space:
mode:
authorvincent <vincent@openbsd.org>2002-06-27 23:07:58 +0000
committervincent <vincent@openbsd.org>2002-06-27 23:07:58 +0000
commit6139debfbe01ed2217bd84ca25ea902e7d78ca8c (patch)
tree7547b47b1aa18a8b40f969d6617e14162c78da36 /usr.bin/mg/keymap.c
parent%u for uid/gid; millert ok (diff)
downloadwireguard-openbsd-6139debfbe01ed2217bd84ca25ea902e7d78ca8c.tar.xz
wireguard-openbsd-6139debfbe01ed2217bd84ca25ea902e7d78ca8c.zip
seems c-x c-q is for the vc- mode. remove it.
Diffstat (limited to 'usr.bin/mg/keymap.c')
-rw-r--r--usr.bin/mg/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/keymap.c b/usr.bin/mg/keymap.c
index bd0980531d7..60ee857a1a0 100644
--- a/usr.bin/mg/keymap.c
+++ b/usr.bin/mg/keymap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: keymap.c,v 1.22 2002/06/27 21:39:56 vincent Exp $ */
+/* $OpenBSD: keymap.c,v 1.23 2002/06/27 23:07:58 vincent Exp $ */
/*
* Keyboard maps. This is character set dependent. The terminal specific
@@ -79,7 +79,7 @@ static PF cXcL[] = {
rescan, /* ^N */
deblank, /* ^O */
rescan, /* ^P */
- togglereadonly, /* ^Q */
+ rescan, /* ^Q */
rescan, /* ^R */
filesave, /* ^S */
rescan, /* ^T */