housekeeping: mark trunk sources 3.5 (misc)

This commit is contained in:
nethack.allison
2005-01-02 17:21:18 +00:00
parent 66cdbb6f0d
commit e9b022d579
168 changed files with 221 additions and 221 deletions

View File

@@ -1,4 +1,4 @@
NetHack Porting Guidelines v 3.4 1999-11-29
NetHack Porting Guidelines v 3.5 1999-11-29
1.0 Introduction
@@ -152,7 +152,7 @@ to. This file contains the mainline module, which reads options from the
command line (or wherever) and processes them. It also contains various
functions associated with game startup.
3.4 tty.c
3.5 tty.c
You may need to create a new "tty.c" module. If you do, call it
[OS]tty.c where the [OS] is replaced with the name of the OS you are porting