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/insertln.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/libcurses/insertln.c') diff --git a/lib/libcurses/insertln.c b/lib/libcurses/insertln.c index 87a61ee..c2179f0 100644 --- a/lib/libcurses/insertln.c +++ b/lib/libcurses/insertln.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[] = "@(#)insertln.c 8.1 (Berkeley) 6/4/93"; +static char sccsid[] = "@(#)insertln.c 8.2 (Berkeley) 5/4/94"; #endif /* not lint */ -#include #include +#include "curses.h" + /* * winsertln -- * Do an insert-line on the window, leaving (cury, curx) unchanged. -- cgit v1.1