From owner-freebsd-current@FreeBSD.ORG Fri May 13 04:00:55 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B26116A4CE for ; Fri, 13 May 2005 04:00:55 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id A904F43D7C for ; Fri, 13 May 2005 04:00:54 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j4D3wtnV012112; Thu, 12 May 2005 21:58:55 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 12 May 2005 22:00:06 -0600 (MDT) Message-Id: <20050512.220006.124086156.imp@bsdimp.com> To: danny@cs.huji.ac.il From: "M. Warner Losh" In-Reply-To: References: X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@FreeBSD.org cc: ob@e-Gitt.NET Subject: Re: Strange top(1) output X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2005 04:00:55 -0000 In message: Danny Braniss writes: : maybe the time has come to drop the 80 col. limit? it's been around for more : that 100 years, and screens (most of them) can be streched :-) Not on the console. The real bug is that it is hardwired to 80 and not the width of the terminal... Warner