From owner-cvs-all Thu Sep 9 16: 6:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 635A214E5C; Thu, 9 Sep 1999 16:06:50 -0700 (PDT) (envelope-from dbaker@FreeBSD.org) Received: (from dbaker@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA23793; Thu, 9 Sep 1999 16:05:52 -0700 (PDT) (envelope-from dbaker@FreeBSD.org) Message-Id: <199909092305.QAA23793@freefall.freebsd.org> From: Daniel Baker Date: Thu, 9 Sep 1999 16:05:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/wall wall.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dbaker 1999/09/09 16:05:51 PDT Modified files: (Branch: RELENG_3) usr.bin/wall wall.c Log: MFC: column counter (cnt) not reset to 0 on display of '\r' which could cause unnecessary forced linewraps on some terminals. Corrected apparent omission in program logic which was causing the insertion of redundant crlf's. Eliminated the venetian-blind effect in walled text. Revision Changes Path 1.10.2.2 +7 -3 src/usr.bin/wall/wall.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message