summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-10-21 17:52:19 +0000
committerache <ache@FreeBSD.org>1994-10-21 17:52:19 +0000
commit1be9f1367e86fc7396effcdce0ab4336c18b3bfc (patch)
tree24fa12f5aa86a2c4ceff54513ca65b02d8aa394e /gnu
parent945b826761b5a8cee200b2cfc8d3ef87bafe6eef (diff)
downloadFreeBSD-src-1be9f1367e86fc7396effcdce0ab4336c18b3bfc.zip
FreeBSD-src-1be9f1367e86fc7396effcdce0ab4336c18b3bfc.tar.gz
Fix dialog_clear() to clear windows.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libdialog/kernel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libdialog/kernel.c b/gnu/lib/libdialog/kernel.c
index b6e7c01..f1a4b80 100644
--- a/gnu/lib/libdialog/kernel.c
+++ b/gnu/lib/libdialog/kernel.c
@@ -320,6 +320,7 @@ void draw_shadow(WINDOW *win, int y, int x, int height, int width)
void dialog_clear(void)
{
attr_clear(stdscr, LINES, COLS, screen_attr);
+ touchwin(stdscr);
}
void dialog_update(void)
OpenPOWER on IntegriCloud