summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--disk-utils/cfdisk.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c
index aaa55ffc5..11a087ee7 100644
--- a/disk-utils/cfdisk.c
+++ b/disk-utils/cfdisk.c
@@ -1380,8 +1380,10 @@ static int ui_draw_extra(struct cfdisk *cf)
assert(ln->extra);
- if (cf->act_win)
+ if (cf->act_win) {
wclear(cf->act_win);
+ touchwin(stdscr);
+ }
if (scols_table_is_empty(ln->extra)) {
extra_prepare_data(cf);