Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst sysinst: Center the select_part_scheme menu...
details: https://anonhg.NetBSD.org/src/rev/7105b5ffbea3
branches: trunk
changeset: 366129:7105b5ffbea3
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun May 15 15:06:59 2022 +0000
description:
sysinst: Center the select_part_scheme menu horizontally
diffstat:
usr.sbin/sysinst/part_edit.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 734c8162737e -r 7105b5ffbea3 usr.sbin/sysinst/part_edit.c
--- a/usr.sbin/sysinst/part_edit.c Sun May 15 14:48:37 2022 +0000
+++ b/usr.sbin/sysinst/part_edit.c Sun May 15 15:06:59 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: part_edit.c,v 1.26 2021/12/05 02:52:17 msaitoh Exp $ */
+/* $NetBSD: part_edit.c,v 1.27 2022/05/15 15:06:59 jmcneill Exp $ */
/*
* Copyright (c) 2019 The NetBSD Foundation, Inc.
@@ -1459,7 +1459,7 @@
title = msg_string(hdr);
}
ps_menu = new_menu(title, opt, used,
- 5, 5, 0, 0, 0, NULL, NULL, NULL, NULL, MSG_exit_menu_generic);
+ -1, 5, 0, 0, 0, NULL, NULL, NULL, NULL, MSG_exit_menu_generic);
if (ps_menu != -1)
process_menu(ps_menu, &selected);
out:
Home |
Main Index |
Thread Index |
Old Index