about summary refs log tree commit diff stats
path: root/src/LYKeymap.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1997-10-06 04:08:00 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1997-10-06 04:08:00 -0400
commit1d80538b4b84eadd223c7b61839b950389c2d49d (patch)
treea46f327e82edb06d8d789b60c3395f873476e040 /src/LYKeymap.c
parent443226a5ffcf805f6ab3ccbcc2a6b4802793b07d (diff)
downloadlynx-snapshots-1d80538b4b84eadd223c7b61839b950389c2d49d.tar.gz
snapshot of project "lynx", label v2-7-1ac_0-76
Diffstat (limited to 'src/LYKeymap.c')
-rw-r--r--src/LYKeymap.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/LYKeymap.c b/src/LYKeymap.c
index 1ffddd5e..c47c3611 100644
--- a/src/LYKeymap.c
+++ b/src/LYKeymap.c
@@ -488,7 +488,7 @@ PRIVATE struct rmap revmap[] = {
 };
 
 PRIVATE char *funckey[] = {
-  "Up  Arrow",
+  "Up Arrow",
   "Down Arrow",
   "Right Arrow",
   "Left Arrow",
@@ -588,7 +588,9 @@ PRIVATE int LYLoadKeymap ARGS4 (
 	}
     }
     for (i = 1; i < sizeof(keymap); i++) {
-	/* LYK_PIPE not implemented yet */
+	/*
+	 *  LYK_PIPE not implemented yet.
+	 */
 	if ((i > 127 || i <= ' ' || !isalpha(i-1)) &&
 	    strcmp(revmap[(unsigned char)keymap[i]].name, "PIPE")) {
 	    print_binding(target, buf, i);