initscr() does a savetty() call; new curses doesn't have savetty().
[unix-history] / usr / src / games / dm / pathnames.h
/*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
*
* %sccs.include.redist.c%
*
* @(#)pathnames.h 5.3 (Berkeley) %G%
*/
#define _PATH_CONFIG "/etc/dm.conf"
#define _PATH_HIDE "/usr/games/hide/"
#define _PATH_LOG "/var/log/games.log"
#define _PATH_NOGAMES "/etc/nogames"