mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
Sync with my development sources, smashing an annoying bug and making
the options editor a little less pathological.
This commit is contained in:
parent
e8f9a07320
commit
9447b0e107
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11470
@ -4,7 +4,7 @@
|
|||||||
* This is probably the last attempt in the `sysinstall' line, the next
|
* This is probably the last attempt in the `sysinstall' line, the next
|
||||||
* generation being slated for what's essentially a complete rewrite.
|
* generation being slated for what's essentially a complete rewrite.
|
||||||
*
|
*
|
||||||
* $Id: options.c,v 1.6 1995/10/07 11:55:34 jkh Exp $
|
* $Id: options.c,v 1.7 1995/10/11 00:54:01 jkh Exp $
|
||||||
*
|
*
|
||||||
* Copyright (c) 1995
|
* Copyright (c) 1995
|
||||||
* Jordan Hubbard. All rights reserved.
|
* Jordan Hubbard. All rights reserved.
|
||||||
@ -257,7 +257,6 @@ optionsEditor(char *str)
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
case ' ':
|
case ' ':
|
||||||
case '\n':
|
|
||||||
fire(Options[currOpt]);
|
fire(Options[currOpt]);
|
||||||
dialog_clear();
|
dialog_clear();
|
||||||
clear();
|
clear();
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* This is probably the last attempt in the `sysinstall' line, the next
|
* This is probably the last attempt in the `sysinstall' line, the next
|
||||||
* generation being slated for what's essentially a complete rewrite.
|
* generation being slated for what's essentially a complete rewrite.
|
||||||
*
|
*
|
||||||
* $Id: options.c,v 1.6 1995/10/07 11:55:34 jkh Exp $
|
* $Id: options.c,v 1.7 1995/10/11 00:54:01 jkh Exp $
|
||||||
*
|
*
|
||||||
* Copyright (c) 1995
|
* Copyright (c) 1995
|
||||||
* Jordan Hubbard. All rights reserved.
|
* Jordan Hubbard. All rights reserved.
|
||||||
@ -257,7 +257,6 @@ optionsEditor(char *str)
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
case ' ':
|
case ' ':
|
||||||
case '\n':
|
|
||||||
fire(Options[currOpt]);
|
fire(Options[currOpt]);
|
||||||
dialog_clear();
|
dialog_clear();
|
||||||
clear();
|
clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user