From owner-cvs-usrbin Sun Sep 14 18:07:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA16541 for cvs-usrbin-outgoing; Sun, 14 Sep 1997 18:07:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA16515; Sun, 14 Sep 1997 18:06:42 -0700 (PDT) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA19149; Sun, 14 Sep 1997 18:03:18 -0700 (PDT) Date: Sun, 14 Sep 1997 18:03:18 -0700 (PDT) Message-Id: <199709150103.SAA19149@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/wall wall.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1997/09/14 18:03:17 PDT Modified files: usr.bin/wall wall.c Log: Change manual declarations of some functions to proper includes Rewrote allowed character test to be more efficient Fix screen position calculations: control and 8bit characters was not counted properly Revision Changes Path 1.9 +30 -15 src/usr.bin/wall/wall.c