From 553bed49c44aafc3cba97d0dd96e45ce7bcca3b6 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 25 Apr 1996 17:31:27 +0000 Subject: Quite a few changes: 1. Fix the last display bugs (I hope) by use of dialog rebuilds at stategic points. 2. Clean up the distributions menus so that everybody (that's reasonable) has All and Clear options for setting/clearing things en-masse. 3. Various attempts at display optimization. 4. Change the wording of the `Don't use Write!' dialogs to make them more explicitly define when and when not to use the option. --- release/sysinstall/options.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'release/sysinstall/options.c') diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c index de51b5e..003a0bd 100644 --- a/release/sysinstall/options.c +++ b/release/sysinstall/options.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: options.c,v 1.33 1996/04/13 13:32:06 jkh Exp $ + * $Id: options.c,v 1.34 1996/04/23 01:29:31 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -231,6 +231,7 @@ optionsEditor(dialogMenuItem *self) standend(); clrtoeol(); move(0, 14); + refresh(); /* Start the edit loop */ key = toupper(getch()); -- cgit v1.1