[Midnightbsd-cvs] src [8945] trunk/usr.sbin/bsdinstall/partedit/diskeditor.c: make finish default in partition editor.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 26 19:16:50 EDT 2016
Revision: 8945
http://svnweb.midnightbsd.org/src/?rev=8945
Author: laffer1
Date: 2016-09-26 19:16:50 -0400 (Mon, 26 Sep 2016)
Log Message:
-----------
make finish default in partition editor.
Modified Paths:
--------------
trunk/usr.sbin/bsdinstall/partedit/diskeditor.c
Modified: trunk/usr.sbin/bsdinstall/partedit/diskeditor.c
===================================================================
--- trunk/usr.sbin/bsdinstall/partedit/diskeditor.c 2016-09-26 23:14:10 UTC (rev 8944)
+++ trunk/usr.sbin/bsdinstall/partedit/diskeditor.c 2016-09-26 23:16:50 UTC (rev 8945)
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD: src/usr.sbin/bsdinstall/partedit/diskeditor.c,v 1.1 2011/12/24 06:17:36 laffer1 Exp $
+ * $MidnightBSD$
* $FreeBSD: src/usr.sbin/bsdinstall/partedit/diskeditor.c,v 1.3 2011/10/07 01:40:30 nwhitehorn Exp $
*/
@@ -78,7 +78,7 @@
int partlist_height, partlist_width;
int cur_scroll = 0;
int key, fkey;
- int cur_button = 0, cur_part = 0;
+ int cur_button = 5, cur_part = 0;
int result = DLG_EXIT_UNKNOWN;
static DLG_KEYS_BINDING binding[] = {
More information about the Midnightbsd-cvs
mailing list