Battleship source for Unix w/curses

Spencer W. Thomas thomas at utah-gr.UUCP
Tue Mar 11 04:16:57 AEST 1986


In article <11587 at watnot.UUCP> cagordon at 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 at utah-cs.ARPA)



More information about the Comp.sources.unix mailing list