diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-07-31 06:20:59 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-07-31 06:20:59 +0000 |
| commit | e5034f83b0defad53ec34ca4ee53d72e3105e002 (patch) | |
| tree | cc2ecdeb856d895ae030139b6745edde8dae0e30 /usr.sbin/sysinstall/msg.c | |
| parent | 7e33c72e6a2d7545acd4ee2e350850a2e8fbdd20 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/msg.c')
| -rw-r--r-- | usr.sbin/sysinstall/msg.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/msg.c b/usr.sbin/sysinstall/msg.c index f37b0d37ddb8f..3369019cec215 100644 --- a/usr.sbin/sysinstall/msg.c +++ b/usr.sbin/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.36 1996/06/14 14:33:57 jkh Exp $ + * $Id: msg.c,v 1.37 1996/07/10 11:38:28 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -82,9 +82,7 @@ msgInfo(char *fmt, ...) /* NULL is a special convention meaning "erase the old stuff" */ if (!fmt) { move(OnVTY ? VTY_STATLINE : TTY_STATLINE, 0); - attrset(A_NORMAL); clrtoeol(); - attrset(attrs); return; } errstr = (char *)alloca(FILENAME_MAX); |
