windows console changes - eliminate *key.dll
Incorporate the functionality of the loadable DLL's (nhraykey.dll, nhdefkey.dll, and nh340key.dll) into the consoletty.c code and remove the dll building
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
.ds vr "NetHack 3.7
|
||||
.ds f0 "\*(vr
|
||||
.ds f1
|
||||
.ds f2 "October 11, 2021
|
||||
.ds f2 "November 16, 2021
|
||||
.
|
||||
.\" A note on some special characters:
|
||||
.\" \(lq = left double quote
|
||||
@@ -4588,11 +4588,10 @@ Platform-specific Customization options
|
||||
.pg
|
||||
Here are explanations of options that are used by specific platforms or ports
|
||||
to customize and change the port behavior.
|
||||
.lp altkeyhandler
|
||||
Select an alternate keystroke handler dll to load (Win32 tty NetHack only).
|
||||
The name of the handler is specified without the .dll extension and without
|
||||
any path information.
|
||||
Cannot be set with the \(oqO\(cq command.
|
||||
.lp altkeyhandling
|
||||
Select an alternate way to handle keystrokes (Win32 tty NetHack only).
|
||||
The name of the handling type is one of \(lqdefault\(rq, \(lqray\(rq,
|
||||
\(lq340\(rq.
|
||||
.lp altmeta
|
||||
On Amiga, this option controls whether typing \(lqAlt\(rq plus another key
|
||||
functions as a meta-shift for that key (default on).
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
%.au
|
||||
\author{Original version - Eric S. Raymond\\
|
||||
(Edited and expanded for 3.7 by Mike Stephenson and others)}
|
||||
\date{October 11, 2021}
|
||||
\date{November 16, 2021}
|
||||
|
||||
\maketitle
|
||||
|
||||
@@ -5052,11 +5052,9 @@ or ports to customize and change the port behavior.
|
||||
|
||||
\blist{}
|
||||
%.lp
|
||||
\item[\ib{altkeyhandler}]
|
||||
Select an alternate keystroke handler dll to load ({\it Win32 tty\/ NetHack\/} only).
|
||||
The name of the handler is specified without the .dll extension and without any
|
||||
path information.
|
||||
Cannot be set with the `{\tt O}' command.
|
||||
\item[\ib{altkeyhandling}]
|
||||
Select an alternate way to handle keystrokes ({\it Win32 tty\/ NetHack\/} only).
|
||||
The name of the handling type is one of {\it default}, {\it ray}, {\it 340}
|
||||
%.lp
|
||||
\item[\ib{altmeta}]
|
||||
On Amiga, this option controls whether typing ``Alt'' plus another key
|
||||
|
||||
Reference in New Issue
Block a user