montgome@udel-dewey.ARPA (Kevin Montgomery) (04/25/86)
I know this has been brought up before, but could anyone send the
hax to fix up battleship's undefined stuff? in particular:
_saveterm _cbreak _beep _resetterm _tputs _tgoto _tgetent
_tgetnum _tgetflag _tgetstr
are listed as undefined.
Thanx in a big way.
Kevin Montgomery
( montgome@udel-dewey.arpa )
/* Rob Elkins is a guilt projection of the cosmic subconscious today */holloway@drivax.UUCP (04/28/86)
In article <264@brl-smoke.ARPA> montgome@udel-dewey.ARPA (Kevin Montgomery) writes: > >I know this has been brought up before, but could anyone send the >hax to fix up battleship's undefined stuff? in particular: > >_saveterm _cbreak _beep _resetterm _tputs _tgoto _tgetent >_tgetnum _tgetflag _tgetstr A BSD system.... I kin spot'em a long mile off. I don't know what version you have -- if you have the one with the command line options, then the Make file included should work (make bsdbattle?). Otherwise..... cc -o battle -DBSD battle.c -lcurses -ltermcap If THIS doesn't work, you have a really old version. -- "IS HE DEAD?" "well..... not any more." ....!ucbvax!hplabs!amdahl!drivax!holloway (I'm not THAT Bruce Holloway, I'm the other one.)