From owner-cvs-src-old@FreeBSD.ORG Thu Jul 14 19:25:57 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0650C1065678 for ; Thu, 14 Jul 2011 19:25:57 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA2678FC28 for ; Thu, 14 Jul 2011 19:25:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p6EJPusM033684 for ; Thu, 14 Jul 2011 19:25:56 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6EJPuDw033683 for cvs-src-old@freebsd.org; Thu, 14 Jul 2011 19:25:56 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201107141925.p6EJPuDw033683@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 14 Jul 2011 19:25:42 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/contrib/top top.X top.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2011 19:25:57 -0000 jhb 2011-07-14 19:25:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) contrib/top top.X top.c Log: SVN rev 224038 on 2011-07-14 19:25:42Z by jhb MFC 223870,223937: - Note that -a, -C, -H, -j, and -z are also toggles. - Add a leading space to the status messages output after toggling the 'C' and 'H' flags at runtime. This matches messages output for other toggles which leave the first column in the message blank to hold the cursor. Revision Changes Path 1.20.2.3 +6 -2 src/contrib/top/top.X 1.23.2.4 +2 -2 src/contrib/top/top.c