From 75d40fe0bd2b890ceffb238a53e26b30cee120de Mon Sep 17 00:00:00 2001 From: sef Date: Sat, 13 Aug 1994 23:15:38 +0000 Subject: Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as distributed in keith bostic's nvi (got his permission first). Most changes are cosmetic, but a few errors (mostly in tty..c) were cleared up. Reviewed by: Sean Eric Fagan --- lib/libcurses/deleteln.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/libcurses/deleteln.c') diff --git a/lib/libcurses/deleteln.c b/lib/libcurses/deleteln.c index 6c4688a..4cb08ea 100644 --- a/lib/libcurses/deleteln.c +++ b/lib/libcurses/deleteln.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1981, 1993 + * Copyright (c) 1981, 1993, 1994 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,12 +32,13 @@ */ #ifndef lint -static char sccsid[] = "@(#)deleteln.c 8.1 (Berkeley) 6/4/93"; +static char sccsid[] = "@(#)deleteln.c 8.2 (Berkeley) 5/4/94"; #endif /* not lint */ -#include #include +#include "curses.h" + /* * wdeleteln -- * Delete a line from the screen. It leaves (cury, curx) unchanged. -- cgit v1.1