about summary refs log tree commit diff stats
path: root/lynx.cfg
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-07-25 03:14:56 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1998-07-25 03:14:56 -0400
commitaa3258c631eaca9dc2e7e2590b8778b827006144 (patch)
tree8fc25814a576a0db800da7a1421f6a3c76a2ae6d /lynx.cfg
parent5488a2e17cfeff78f8927f652ecb9750d7a28c29 (diff)
downloadlynx-snapshots-aa3258c631eaca9dc2e7e2590b8778b827006144.tar.gz
snapshot of project "lynx", label v2-8-1dev_18
Diffstat (limited to 'lynx.cfg')
-rw-r--r--lynx.cfg20
1 files changed, 0 insertions, 20 deletions
diff --git a/lynx.cfg b/lynx.cfg
index 919c6ee5..9e407055 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -1746,23 +1746,3 @@ MINIMAL_COMMENTS:TRUE
 #
 # EXTERNAL:ftp:wget %s &:TRUE
 
-# Raw DOS Key hack
-# If RAW_DOS_KEY_HACK is set to FALSE, it will bypass the DOS key hack.
-# The DOS key hack is only present if compiled with -DRAWDOSKEYHACK
-# The hack is as follows:
-# if (c == 0) c = '/';
-# if (c > 255) {      /* handle raw dos keys */
-#		switch (c)
-#		{
-#			case 464: c = '-'; break;  /* keypad minus*/
-#			case 465: c = '+'; break;  /* keypad plus*/
-#			case 459: c = 13; break;  /* keypad enter*/
-#			case 463: c = '*'; break;  /* keypad * */
-#			case 440: c = 'Q'; break;  /* alt x */
-#			case 265: c = 'H'; break;  /* F1 */
-#			default: break;
-#		}
-#	}
-#
-# RAW_DOS_KEY_HACK:TRUE
-