summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/options.c
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2003-07-13 07:29:06 +0000
committermurray <murray@FreeBSD.org>2003-07-13 07:29:06 +0000
commit82ec0f4f1b0172de0c1946c02bbef91cf8c86011 (patch)
treef46f8e53253699414ec93391c6d73af1e43abb5d /usr.sbin/sysinstall/options.c
parent62464ba0ec7c999419b02dd26914b56ee53cb574 (diff)
downloadFreeBSD-src-82ec0f4f1b0172de0c1946c02bbef91cf8c86011.zip
FreeBSD-src-82ec0f4f1b0172de0c1946c02bbef91cf8c86011.tar.gz
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
Diffstat (limited to 'usr.sbin/sysinstall/options.c')
-rw-r--r--usr.sbin/sysinstall/options.c2
1 files changed, 1 insertions, 1 deletions
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();
OpenPOWER on IntegriCloud