On Sat, Jul 25, 2015 at 05:18:16PM +0200, Benno Schulenberg wrote: > To make it clearer that they belong together. Please, don't treat with users as idiots. This is (c)fdisk, no gnome project... > Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> > --- > disk-utils/cfdisk.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c > index 5e46136..ddec7f4 100644 > --- a/disk-utils/cfdisk.c > +++ b/disk-utils/cfdisk.c > @@ -94,7 +94,7 @@ > #define MENU_H_POSTSTR_SZ (sizeof(MENU_H_POSTSTR) - 1) > > #define TABLE_START_LINE 4 > -#define MENU_START_LINE (ui_lines - 5) > +#define MENU_START_LINE (ui_lines - 3) > #define INFO_LINE (ui_lines - 2) > #define WARN_LINE INFO_LINE > #define HINT_LINE (ui_lines - 1) I don't like it, on small terminal the menu uses two lines. It introduces a new problem which you want to fix in another patch. Unnecessary. I have moved the menu to (ui_lines - 4), it's enough. -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html