public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cfdisk: reenable cursor when quitting
@ 2014-07-25 12:22 Andreas Henriksson
  2014-07-25 12:40 ` Martin Steigerwald
  2014-07-28  9:13 ` Karel Zak
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Henriksson @ 2014-07-25 12:22 UTC (permalink / raw)
  To: util-linux; +Cc: Andreas Henriksson

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>
---
 disk-utils/cfdisk.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c
index 5a42ab1..dfdaaf0 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;
-- 
2.0.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-28  9:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25 12:22 [PATCH] cfdisk: reenable cursor when quitting Andreas Henriksson
2014-07-25 12:40 ` Martin Steigerwald
2014-07-28  9:13 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox