summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--disk-utils/cfdisk.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c
index dfdaaf058..eff793355 100644
--- a/disk-utils/cfdisk.c
+++ b/disk-utils/cfdisk.c
@@ -525,6 +525,7 @@ static int ui_end(void)
#else
mvcur(0, COLS - 1, LINES-1, 0);
#endif
+ curs_set(1);
nl();
endwin();
printf("\n");
@@ -1966,9 +1967,7 @@ static int ui_run(struct cfdisk *cf)
menu_pop(cf);
- curs_set(1);
DBG(FRONTEND, ul_debug("ui: end"));
-
return 0;
}