From 82ec0f4f1b0172de0c1946c02bbef91cf8c86011 Mon Sep 17 00:00:00 2001 From: murray Date: Sun, 13 Jul 2003 07:29:06 +0000 Subject: Add a missing DITEM_CONTINUE flag so the options menu returns to the correct place when you exit it with 'Q'. PR: misc/47906 MFC after: 3 days --- usr.sbin/sysinstall/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c index 9bd0360..b40bc7c 100644 --- a/usr.sbin/sysinstall/options.c +++ b/usr.sbin/sysinstall/options.c @@ -306,7 +306,7 @@ optionsEditor(dialogMenuItem *self) clear(); dialog_clear(); restorescr(w); - return DITEM_SUCCESS; + return DITEM_SUCCESS | DITEM_CONTINUE; default: beep(); -- cgit v1.1