Don't force the refresh, it doesn't really need it.

This commit is contained in:
blymn 2022-05-05 22:02:17 +00:00
parent fcccc60ad1
commit 080c30e83d
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: background.c,v 1.31 2022/05/03 07:25:34 blymn Exp $ */
/* $NetBSD: background.c,v 1.32 2022/05/05 22:02:17 blymn Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: background.c,v 1.31 2022/05/03 07:25:34 blymn Exp $");
__RCSID("$NetBSD: background.c,v 1.32 2022/05/05 22:02:17 blymn Exp $");
#endif /* not lint */
#include <stdlib.h>
@ -245,7 +245,7 @@ wbkgrndset(WINDOW *win, const cchar_t *wch)
}
}
}
__touchwin(win, 1);
__touchwin(win, 0);
}