summaryrefslogtreecommitdiff
path: root/usr.bin/mg/keymap.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2001-01-29 01:58:56 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2001-01-29 01:58:56 +0000
commit0584185e7c4788adcb1afaf1b86184ddefc5205e (patch)
treeac4de1476bc33075bf11333d1f8958fc9ac2aefe /usr.bin/mg/keymap.c
parent7260d3cfea4d27edbeeb8d4fcdd130f507073558 (diff)
$OpenBSD$
Diffstat (limited to 'usr.bin/mg/keymap.c')
-rw-r--r--usr.bin/mg/keymap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/mg/keymap.c b/usr.bin/mg/keymap.c
index f5f94b30885..1ad9ec2b6eb 100644
--- a/usr.bin/mg/keymap.c
+++ b/usr.bin/mg/keymap.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: keymap.c,v 1.5 2001/01/29 01:58:08 niklas Exp $ */
+
/*
* Keyboard maps. This is character set dependent. The terminal specific
* parts of building the keymap has been moved to a better place.