about summary refs log tree commit diff stats
path: root/src/LYStrings.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2008-12-30 01:18:43 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2008-12-30 01:18:43 -0500
commit54bbe9318f6e9aca131a985cb7ab1e979c1130ef (patch)
treec3db407b34718d9b9356b593992c875bf46f6ed2 /src/LYStrings.c
parented2d970693bd42f56001960e78f70fc97c925491 (diff)
downloadlynx-snapshots-54bbe9318f6e9aca131a985cb7ab1e979c1130ef.tar.gz
snapshot of project "lynx", label v2-8-7dev_11c
Diffstat (limited to 'src/LYStrings.c')
-rw-r--r--src/LYStrings.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LYStrings.c b/src/LYStrings.c
index 87d70158..3d45773f 100644
--- a/src/LYStrings.c
+++ b/src/LYStrings.c
@@ -1,4 +1,4 @@
-/* $LynxId: LYStrings.c,v 1.158 2008/09/21 23:26:30 tom Exp $ */
+/* $LynxId: LYStrings.c,v 1.159 2008/12/26 16:46:43 tom Exp $ */
 #include <HTUtils.h>
 #include <HTCJK.h>
 #include <UCAux.h>
@@ -2038,7 +2038,7 @@ static int LYgetch_for(int code)
 	case KEY_RIGHT:	/* ... */
 	    c = RTARROW;
 	    break;
-#if defined(SH_EX) && defined(DOSPATH)	/* for NEC PC-9800 1998/08/30 (Sun) 21:50:35 */
+#if defined(PDCURSES)		/* for NEC PC-9800 1998/08/30 (Sun) 21:50:35 */
 	case KEY_C2:
 	    c = DNARROW;
 	    break;
@@ -2057,7 +2057,7 @@ static int LYgetch_for(int code)
 	case PADSTOP:		/* PC-9800 DEL */
 	    c = REMOVE_KEY;
 	    break;
-#endif /* SH_EX */
+#endif /* PDCURSES */
 	case KEY_HOME:		/* Home key (upward+left arrow) */
 	    c = HOME;
 	    break;