Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!utah-cs!utah-gr!thomas From: thomas@utah-gr.UUCP (Spencer W. Thomas) Newsgroups: net.sources,net.games Subject: Re: Battleship source for Unix w/curses Message-ID: <1704@utah-gr.UUCP> Date: Mon, 10-Mar-86 13:16:57 EST Article-I.D.: utah-gr.1704 Posted: Mon Mar 10 13:16:57 1986 Date-Received: Wed, 12-Mar-86 21:46:41 EST References: <314@drivax.UUCP> <11587@watnot.UUCP> Reply-To: thomas@utah-gr.UUCP (Spencer W. Thomas) Distribution: net Organization: University of Utah CS Dept Lines: 17 Xref: watmath net.sources:4528 net.games:2612 In article <11587@watnot.UUCP> cagordon@watnot.UUCP (Chris Gordon) writes: >cc -O -o bs bs.c -lcurses -ltermcap >Undefined: >_saveterm >_cbreak >_beep >_resetterm saveterm and resetterm are called savetty and resetty under BSD. cbreak is presumably crmode(). beep() { write( 1, "\007", 1 ); } -- =Spencer ({ihnp4,decvax}!utah-cs!thomas, thomas@utah-cs.ARPA)