summaryrefslogtreecommitdiff
path: root/usr/src/ucblib/libcurses/cr_put.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/ucblib/libcurses/cr_put.c')
-rw-r--r--usr/src/ucblib/libcurses/cr_put.c15
1 files changed, 3 insertions, 12 deletions
diff --git a/usr/src/ucblib/libcurses/cr_put.c b/usr/src/ucblib/libcurses/cr_put.c
index ba71354053..7eb6fcc59b 100644
--- a/usr/src/ucblib/libcurses/cr_put.c
+++ b/usr/src/ucblib/libcurses/cr_put.c
@@ -4,7 +4,7 @@
*/
/* Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T */
-/* All Rights Reserved */
+/* All Rights Reserved */
/*
* Copyright (c) 1980 Regents of the University of California.
@@ -12,15 +12,6 @@
* specifies the terms and conditions for redistribution.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
-/*LINTLIBRARY*/
-
-#ifndef lint
-static char
-sccsid[] = "@(#)cr_put.c 1.7 89/03/27 SMI"; /* from UCB 5.1 85/06/07 */
-#endif /* not lint */
-
#include <string.h>
#include "curses.ext"
#include <term.h>
@@ -51,14 +42,14 @@ int tabcol(int, int);
static int outcol, outline, destcol, destline;
-WINDOW *_win;
+extern WINDOW *_win;
int
mvcur(int ly, int lx, int y, int x)
{
#ifdef DEBUG
fprintf(outf, "MVCUR: moving cursor from (%d,%d) to (%d,%d)\n",
- ly, lx, y, x);
+ ly, lx, y, x);
#endif
destcol = x;
destline = y;