rationalize extensions in doc directory
rename text files to have .txt extension, etc
update references to changed filenames
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/* NetHack 3.7 winX.c $NHDT-Date: 1643328675 2022/01/28 00:11:15 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.109 $ */
|
||||
/* NetHack 3.7 winX.c $NHDT-Date: 1643491577 2022/01/29 21:26:17 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.110 $ */
|
||||
/* Copyright (c) Dean Luick, 1992 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
/*
|
||||
* "Main" file for the X window-port. This contains most of the interface
|
||||
* routines. Please see doc/window.doc for an description of the window
|
||||
* routines. Please see doc/window.txt for an description of the window
|
||||
* interface.
|
||||
*/
|
||||
|
||||
|
||||
@@ -131,7 +131,7 @@ curses_status_finish(void)
|
||||
* Each condition bit must only ever appear in one of the
|
||||
* CLR_ array members, but can appear in multiple HL_ATTCLR_
|
||||
* offsets (because more than one attribute can co-exist).
|
||||
* See doc/window.doc for more details.
|
||||
* See doc/window.txt for more details.
|
||||
*/
|
||||
|
||||
static int changed_fields = 0;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.7 wintty.c $NHDT-Date: 1608861214 2020/12/25 01:53:34 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.264 $ */
|
||||
/* NetHack 3.7 wintty.c $NHDT-Date: 1643491577 2022/01/29 21:26:17 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.282 $ */
|
||||
/* Copyright (c) David Cohrs, 1991 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -3874,7 +3874,7 @@ tty_status_enablefield(int fieldidx, const char *nm, const char *fmt,
|
||||
* Each condition bit must only ever appear in one of the
|
||||
* CLR_ array members, but can appear in multiple HL_ATTCLR_
|
||||
* offsets (because more than one attribute can co-exist).
|
||||
* See doc/window.doc for more details.
|
||||
* See doc/window.txt for more details.
|
||||
*/
|
||||
|
||||
DISABLE_WARNING_FORMAT_NONLITERAL
|
||||
|
||||
Reference in New Issue
Block a user