Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2002 01:50:45 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/games/snake/snake move.c
Message-ID:  <200202020950.g129ojl56958@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/02/02 01:50:45 PST

  Modified files:
    games/snake/snake    move.c 
  Log:
  Don't declare our own common version of the library variable `ospeed'.
  Include <termcap.h> to get its declaration.  Our initialization of it
  is still dubious, but it agrees with ncurses' documentation of it
  (none) and with ncurses' recently fixed internals for it (old speeds
  from <sys/ttydev.h>) and with the 4.4Lite documentation for it.
  
  Revision  Changes    Path
  1.7       +2 -2      src/games/snake/snake/move.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202020950.g129ojl56958>