remove unnecessary casts.
This commit is contained in:
parent
60683edb0f
commit
2233bf3229
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: refresh.c,v 1.69 2007/10/06 20:14:41 martin Exp $ */
|
||||
/* $NetBSD: refresh.c,v 1.70 2008/06/13 03:18:04 yamt Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1981, 1993, 1994
|
||||
@ -34,7 +34,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)refresh.c 8.7 (Berkeley) 8/13/94";
|
||||
#else
|
||||
__RCSID("$NetBSD: refresh.c,v 1.69 2007/10/06 20:14:41 martin Exp $");
|
||||
__RCSID("$NetBSD: refresh.c,v 1.70 2008/06/13 03:18:04 yamt Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -581,7 +581,7 @@ doupdate(void)
|
||||
|
||||
if (_cursesi_screen->curwin)
|
||||
domvcur(_cursesi_screen->ly, _cursesi_screen->lx,
|
||||
(int) win->cury, (int) win->curx);
|
||||
win->cury, win->curx);
|
||||
else {
|
||||
if (win->flags & __LEAVEOK) {
|
||||
curscr->cury = _cursesi_screen->ly;
|
||||
|
Loading…
Reference in New Issue
Block a user