summaryrefslogtreecommitdiffstats
path: root/disk-utils/cfdisk.c
diff options
context:
space:
mode:
authorAndreas Henriksson2014-07-25 14:22:01 +0200
committerKarel Zak2014-07-28 11:09:56 +0200
commit4f4daf8f90a7f4b01ce3edbf620d58058aaf2efd (patch)
treee5bac0ffa0d7c54211c38447d7c20fd259972234 /disk-utils/cfdisk.c
parenttests: Fall back on host/getent in ts_resolve_host (diff)
downloadkernel-qcow2-util-linux-4f4daf8f90a7f4b01ce3edbf620d58058aaf2efd.tar.gz
kernel-qcow2-util-linux-4f4daf8f90a7f4b01ce3edbf620d58058aaf2efd.tar.xz
kernel-qcow2-util-linux-4f4daf8f90a7f4b01ce3edbf620d58058aaf2efd.zip
cfdisk: reenable cursor when quitting
After quitting cfdisk (built with slang) the cursor would be missing at the command prompt. Reported-by: Martin Steigerwald <Martin@Lichtvoll.de> Addresses-Debian-Bug: #755991 Signed-off-by: Andreas Henriksson <andreas@fatal.se>
Diffstat (limited to 'disk-utils/cfdisk.c')
-rw-r--r--disk-utils/cfdisk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c
index 5a42ab189..dfdaaf058 100644
--- a/disk-utils/cfdisk.c
+++ b/disk-utils/cfdisk.c
@@ -1966,6 +1966,7 @@ static int ui_run(struct cfdisk *cf)
menu_pop(cf);
+ curs_set(1);
DBG(FRONTEND, ul_debug("ui: end"));
return 0;