freebsd-ports/editors/sted/files/patch-ab
Steve Price 591307035f sted - A small text editor.
PR:		7037
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-07-03 23:44:56 +00:00

12 lines
297 B
Plaintext

--- sted.c Sun May 17 13:15:08 1998
+++ /home/andy/tmp/wrk/sted.c Tue May 19 10:42:21 1998
@@ -34,7 +34,7 @@
**************************************************************************/
-#include <curses.h>
+#include <ncurses.h>
#include <signal.h>
#include <string.h>
#include <stdlib.h>