A batch of manual header var additions.

This commit is contained in:
keni
2015-02-26 17:10:11 -05:00
parent b598c83767
commit 0109f9715b
11 changed files with 31 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
$NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
$Date: 2007/12/13 20:17:11 $ $Revision: 1.6 $
This document describes the installation of NetHack with an X11 interface.

View File

@@ -1,3 +1,6 @@
! $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
! $Date: 2003/10/03 02:09:25 $ $Revision: 1.5 $
! The display_file, tombstone, and menu windows are all formatted assuming
! a fixed width font. Text windows may or may not be formatted as above.
! The rip window applies if the GRAPHIC_TOMBSTONE option is turned on, and

View File

@@ -39,6 +39,9 @@
* + Added workaround for SYSV include problem.
* + Changed the default width response text widget to be as wide as the
* window itself. Suggestion from David E. Wexelblat, dwex@goblin.org.
*
* $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
* $Date: 2002/03/31 17:11:23 $ $Revision: 1.2 $
*/
#ifndef SYSV

View File

@@ -1,5 +1,7 @@
#
# Nethack configuration file.
# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
# $Date: 2007/12/13 20:17:11 $ $Revision: 1.2 $
#
# Naming this file $(HOME)/.nethackrc (for UNIX) or setting the environment
# variable NETHACKOPTIONS to point to its full path name elsewhere tells

View File

@@ -1,6 +1,9 @@
/*
* Convert the given input files into an output file that is expected
* by nethack.
*
* $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
* $Date: 2002/03/17 20:02:47 $ $Revision: 1.2 $
*
* Assumptions:
* + Two dimensional byte arrays are in row order and are not padded