mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
Properly repaint an option in reverse video after changing its value.
This commit is contained in:
parent
b49afdd5c4
commit
50f5714bab
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11274
@ -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':
|
||||
|
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user