From 50f5714babfcffb8a0b3999ff9d70390fc8b11fc Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 6 Oct 1995 11:14:43 +0000 Subject: [PATCH] Properly repaint an option in reverse video after changing its value. --- release/sysinstall/options.c | 3 ++- usr.sbin/sysinstall/options.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c index 5009d861bc0b..e4b241e37d8c 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.3 1995/10/04 12:08:21 jkh Exp $ + * $Id: options.c,v 1.4 1995/10/06 08:47:40 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -258,6 +258,7 @@ optionsEditor(char *str) case ' ': case '\n': fire(Options[currOpt]); + clear(); continue; case 'Q': diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c index 5009d861bc0b..e4b241e37d8c 100644 --- a/usr.sbin/sysinstall/options.c +++ b/usr.sbin/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.3 1995/10/04 12:08:21 jkh Exp $ + * $Id: options.c,v 1.4 1995/10/06 08:47:40 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -258,6 +258,7 @@ optionsEditor(char *str) case ' ': case '\n': fire(Options[currOpt]); + clear(); continue; case 'Q':