Battleship source for Unix w/curses

srt at ucla-cs.UUCP srt at ucla-cs.UUCP
Wed Mar 12 14:01:08 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

In the source code, replace:

        saveterm() --> savetty()
        cbreak() --> crmode()
        resetterm() --> resetty()

I don't know about "beep"...?

    Scott R. Turner
    ARPA:  (now) srt at UCLA-LOCUS.ARPA  (soon) srt at LOCUS.UCLA.EDU
    UUCP:  ...!{cepu,ihnp4,trwspp,ucbvax}!ucla-cs!srt
    FISHNET:  ...!{flounder,crappie,flipper}!srt at fishnet-relay.arpa



More information about the Comp.sources.unix mailing list