From owner-cvs-src@FreeBSD.ORG Sat Apr 16 15:43:38 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6FF716A4CE; Sat, 16 Apr 2005 15:43:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A259B43D49; Sat, 16 Apr 2005 15:43:38 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3GFhcCg075104; Sat, 16 Apr 2005 15:43:38 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3GFhclO075103; Sat, 16 Apr 2005 15:43:38 GMT (envelope-from keramida) Message-Id: <200504161543.j3GFhclO075103@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 16 Apr 2005 15:43:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/top machine.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2005 15:43:38 -0000 keramida 2005-04-16 15:43:38 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/top machine.c Log: Reduce the width of the THR column to 4 characters, to avoid wrap-around of lines in SMP machines (which are wider), until we have a better way of handling window sizes & columns in top. Caught by: ache, Andre Guibert de Bruet Point hat: keramida Revision Changes Path 1.71 +5 -5 src/usr.bin/top/machine.c