mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
932839e220
A Blue Moon card solitaire PR: 3921 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
20 lines
402 B
Plaintext
20 lines
402 B
Plaintext
*** blue.c Thu Jun 29 14:30:45 1995
|
|
--- /home/andy/tmp/wrk/blue.c Fri Jun 6 07:13:40 1997
|
|
***************
|
|
*** 19,25 ****
|
|
#include <unistd.h>
|
|
#include <signal.h>
|
|
#include <time.h>
|
|
! #include <curses.h>
|
|
#include <term.h>
|
|
|
|
#define NOCARD (-1)
|
|
--- 19,25 ----
|
|
#include <unistd.h>
|
|
#include <signal.h>
|
|
#include <time.h>
|
|
! #include <ncurses.h>
|
|
#include <term.h>
|
|
|
|
#define NOCARD (-1)
|