Battleship source for Unix w/curses

boyce at daemen.UUCP boyce at daemen.UUCP
Sat Mar 15 07:12:18 AEST 1986


In article <11587 at watnot.UUCP> cagordon at watnot.UUCP (Chris Gordon) writes:
>Using the following compile command, I got the following undefines below:
>cc -O -o bs bs.c -lcurses -ltermcap
>Undefined:
>_saveterm
>_cbreak
>_beep
>_resetterm
>

Bsd fixes:

#define beep()	putchar('\07'); fflush(stdout);
saveterm() would be savetty()
cbreak()   would be crmode()
resetterm() would be resetty()


-- 
Doug Boyce   Daemen College, Buffalo NY
UUCP : decvax!sunybcs!daemen!boyce  or  ihnp4!kitty!daemen!boyce
ARPA : boyce%buffalo at csnet-relay.arpa

   "The mind is a terrible thing....and most be stopped in our lifetime."



More information about the Comp.sources.bugs mailing list