From a6d22d5527b448bae8f777f96f703f4c78759ae4 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 23 May 1996 16:34:30 +0000 Subject: Have both distribution and package extraction screens display the transfer speed in KB/sec while fetching stuff; this gives you a better idea if your link has crashed or is behaving oddly. --- usr.sbin/sysinstall/termcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/sysinstall/termcap.c') diff --git a/usr.sbin/sysinstall/termcap.c b/usr.sbin/sysinstall/termcap.c index 30efe0c..1f25ab1 100644 --- a/usr.sbin/sysinstall/termcap.c +++ b/usr.sbin/sysinstall/termcap.c @@ -55,7 +55,6 @@ set_termcap(void) on = 1; i = ioctl(DebugFD, TIOCCONS, (char *)&on); msgDebug("ioctl(%d, TIOCCONS, NULL) = %d (%s)\n", DebugFD, i, !i ? "success" : strerror(errno)); - OnVTY = TRUE; } if (ColorDisplay) { if (!term) { @@ -73,6 +72,7 @@ set_termcap(void) return -1; } } + OnVTY = TRUE; } return 0; } -- cgit v1.1