mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
92592a8a6a
PR: 3797 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
20 lines
412 B
Plaintext
20 lines
412 B
Plaintext
*** starlanes.c Sun Mar 30 01:42:18 1997
|
|
--- /home/andy/tmp/wrk/starlanes.c Sat May 10 15:33:29 1997
|
|
***************
|
|
*** 26,32 ****
|
|
#include <ctype.h>
|
|
#include <time.h>
|
|
#include <unistd.h>
|
|
! #include <curses.h>
|
|
#include <termios.h>
|
|
|
|
/* color stuff: */
|
|
--- 26,32 ----
|
|
#include <ctype.h>
|
|
#include <time.h>
|
|
#include <unistd.h>
|
|
! #include <ncurses.h>
|
|
#include <termios.h>
|
|
|
|
/* color stuff: */
|