From af06a2d9e69e86a80a2559942d364be66f5dd707 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 1 Aug 1996 10:58:54 +0000 Subject: Close PR#1542. Don't just assume 24 lines, get the tty size. Some things may still display text on the 24th line, but that's because they've always been screens designed to fit into a minimal real-estate and have hardwired assumptions about the dimensions. They'll be a little harder to make dynamic. --- release/sysinstall/sysinstall.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'release/sysinstall/sysinstall.h') diff --git a/release/sysinstall/sysinstall.h b/release/sysinstall/sysinstall.h index 84c35fd..517a141 100644 --- a/release/sysinstall/sysinstall.h +++ b/release/sysinstall/sysinstall.h @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: sysinstall.h,v 1.76 1996/07/31 06:20:59 jkh Exp $ + * $Id: sysinstall.h,v 1.77 1996/07/31 09:29:35 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -295,6 +295,7 @@ extern unsigned int XF86Dists; /* Which XFree86 dists we want */ extern unsigned int XF86ServerDists; /* The XFree86 servers we want */ extern unsigned int XF86FontDists; /* The XFree86 fonts we want */ extern int BootMgr; /* Which boot manager to use */ +extern int StatusLine; /* Where to print our status messages */ extern DMenu MenuInitial; /* Initial installation menu */ extern DMenu MenuFixit; /* Fixit repair menu */ extern DMenu MenuMBRType; /* Type of MBR to write on the disk */ -- cgit v1.1