Reposition some menus (the "change a partition" and "change distribution
sets" menus) so that the bottom of the menu doesn't go below the 24th line of the screen.
This commit is contained in:
parent
7984f5ce3a
commit
0c8e3514d7
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: menus.md.eng,v 1.1 1997/11/08 02:17:19 mark Exp $ */
|
||||
/* $NetBSD: menus.md.eng,v 1.2 1997/11/13 04:23:40 simonb Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
/* arm32 machine dependent menus, english */
|
||||
|
||||
menu editfsparts, y=15, exit;
|
||||
menu editfsparts, y=13, exit;
|
||||
display action {
|
||||
ask_sizemult();
|
||||
msg_display(MSG_arm32fspart, disk->name, multname);
|
||||
@ -54,7 +54,7 @@ menu editfsparts, y=15, exit;
|
||||
option "Change h", action { editpart = H;}, sub menu edfspart;
|
||||
option "Set new allocation size", action { reask_sizemult(); };
|
||||
|
||||
menu md_distcustom, x=30, y=10, exit, title " Selection toggles inclusion";
|
||||
menu md_distcustom, x=30, y=3, exit, title " Selection toggles inclusion";
|
||||
display action { show_cur_distsets (); };
|
||||
option "Compiler Tools", action { toggle_getit (3); };
|
||||
option "Games", action { toggle_getit (4); };
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: menus.md.eng,v 1.6 1997/10/31 23:00:57 phil Exp $ */
|
||||
/* $NetBSD: menus.md.eng,v 1.7 1997/11/13 04:23:41 simonb Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
@ -147,7 +147,7 @@ menu chooseid, title " Partition Kind? ";
|
||||
option "DOS > 32 Meg", exit, action { part[editpart][ID] = 6; };
|
||||
option "unused", exit, action { part[editpart][ID] = 0; };
|
||||
|
||||
menu editfsparts, y=15, exit;
|
||||
menu editfsparts, y=13, exit;
|
||||
display action {
|
||||
ask_sizemult();
|
||||
msg_display(MSG_fspart, multname);
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: menus.md.eng,v 1.5 1997/10/31 23:01:01 phil Exp $ */
|
||||
/* $NetBSD: menus.md.eng,v 1.6 1997/11/13 04:23:42 simonb Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
@ -38,7 +38,7 @@
|
||||
|
||||
/* pc532 machine dependent menus, english */
|
||||
|
||||
menu editfsparts, y=15, exit;
|
||||
menu editfsparts, y=13, exit;
|
||||
display action {
|
||||
ask_sizemult();
|
||||
msg_display(MSG_fspart, multname);
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: menus.md.eng,v 1.5 1997/11/01 23:39:59 jonathan Exp $ */
|
||||
/* $NetBSD: menus.md.eng,v 1.6 1997/11/13 04:23:44 simonb Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
@ -38,7 +38,7 @@
|
||||
|
||||
/* pmax machine dependent menus, english */
|
||||
|
||||
menu editfsparts, y=15, exit;
|
||||
menu editfsparts, y=13, exit;
|
||||
display action {
|
||||
ask_sizemult();
|
||||
msg_display(MSG_fspart, multname);
|
||||
@ -53,7 +53,7 @@ menu editfsparts, y=15, exit;
|
||||
option "Change h", action { editpart = H;}, sub menu edfspart;
|
||||
option "Set new allocation size", action { reask_sizemult(); };
|
||||
|
||||
menu md_distcustom, x=30, y=10, exit, title " Selection toggles inclusion";
|
||||
menu md_distcustom, x=30, y=3, exit, title " Selection toggles inclusion";
|
||||
display action { show_cur_distsets (); };
|
||||
option "Compiler Tools", action { toggle_getit (3); };
|
||||
option "Games", action { toggle_getit (4); };
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: msg.mi.eng,v 1.18 1997/11/13 02:44:34 jonathan Exp $ */
|
||||
/* $NetBSD: msg.mi.eng,v 1.19 1997/11/13 04:23:39 simonb Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
@ -217,7 +217,6 @@ message fspart_head
|
||||
{
|
||||
id: Size Offset End FStype Bsize Fsize Mount point
|
||||
--- ---- ------ --- ------ ----- ----- -----------
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user