diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-21 17:52:19 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-21 17:52:19 +0000 |
| commit | d60b2c616ac8f3c97a56abc89d3f59f36cb7213b (patch) | |
| tree | 24fa12f5aa86a2c4ceff54513ca65b02d8aa394e /gnu/lib/libdialog/kernel.c | |
| parent | dc8603e3ecde7521fc8b2784a29385728048087c (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog/kernel.c')
| -rw-r--r-- | gnu/lib/libdialog/kernel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libdialog/kernel.c b/gnu/lib/libdialog/kernel.c index b6e7c01a9890..f1a4b80adae2 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) |
