From bef64909046b92d451a3e616f3bbc588bfc77d26 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 24 May 1995 09:00:58 +0000 Subject: Sync to latest ftp-capable sysinstall. We're getting there! --- release/sysinstall/msg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'release/sysinstall/msg.c') diff --git a/release/sysinstall/msg.c b/release/sysinstall/msg.c index b2f4bafcda1b..a90c50f6f42d 100644 --- a/release/sysinstall/msg.c +++ b/release/sysinstall/msg.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: msg.c,v 1.22 1995/05/22 14:10:25 jkh Exp $ + * $Id: msg.c,v 1.23 1995/05/23 02:41:15 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -100,6 +100,7 @@ msgInfo(char *fmt, ...) attrset(A_REVERSE); mvaddstr(OnVTY ? VTY_STATLINE : TTY_STATLINE, 0, line); attrset(attrs); + move(OnVTY ? VTY_STATLINE : TTY_STATLINE, 79); refresh(); if (OnVTY) { msgDebug("Information: `%s'\n", errstr); -- cgit v1.3