From: Pasi Kallinen Date: Mon, 18 Jul 2022 05:33:10 +0000 (+0300) Subject: timed_delay doc bits X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4ef5ee5339a15db28bfc0b0e5bffdce5b8fd02f;p=nethack timed_delay doc bits --- diff --git a/dat/opthelp b/dat/opthelp index 57915fb6f..4bcc7d057 100644 --- a/dat/opthelp +++ b/dat/opthelp @@ -95,7 +95,7 @@ color use different colors for objects on screen [True for micros] hilite_pet display pets in a highlighted manner [False] hilite_pile display item piles in a highlighted manner [False] -Boolean option if TIMED_DELAY was set at compile time (tty interface only): +Boolean option if TIMED_DELAY was set at compile time (tty or curses only): timed_delay on unix and VMS, use a timer instead of sending [True] extra screen output when attempting to pause for display effect. on MSDOS without the termcap diff --git a/doc/Guidebook.mn b/doc/Guidebook.mn index 1255d3ceb..9ffc9f5b0 100644 --- a/doc/Guidebook.mn +++ b/doc/Guidebook.mn @@ -4401,7 +4401,7 @@ Persistent. When pausing momentarily for display effect, such as with explosions and moving objects, use a timer rather than sending extra characters to the screen. -(Applies to \(lqtty\(rq interface only; \(lqX11\(rq interface always +(Applies to \(lqtty\(rq and \(lqcurses\(rq interfaces only; \(lqX11\(rq interface always uses a timer based delay. The default is on if configured into the program.) Persistent. diff --git a/doc/Guidebook.tex b/doc/Guidebook.tex index bb0f10c64..3141e6025 100644 --- a/doc/Guidebook.tex +++ b/doc/Guidebook.tex @@ -4819,7 +4819,7 @@ Show the elapsed game time in turns on bottom line (default off). Persistent. \item[\ib{timed\verb+_+delay}] When pausing momentarily for display effect, such as with explosions and moving objects, use a timer rather than sending extra characters to the -screen. (Applies to ``tty'' interface only; ``X11'' interface always +screen. (Applies to ``tty'' and ``curses'' interfaces only; ``X11'' interface always uses a timer based delay. The default is on if configured into the program.) Persistent. %.lp