From owner-cvs-all Mon Apr 20 06:39:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA20550 for cvs-all-outgoing; Mon, 20 Apr 1998 06:39:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20456; Mon, 20 Apr 1998 13:38:17 GMT (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA04648; Mon, 20 Apr 1998 06:37:33 -0700 (PDT) Date: Mon, 20 Apr 1998 06:37:33 -0700 (PDT) Message-Id: <199804201337.GAA04648@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/window char.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 1998/04/20 06:37:31 PDT Modified files: usr.bin/window char.h Log: Define '\t' as a printable character, so it can be displayed on the screen. isprint(3) doesn't do this, but isprt() apparently expected this to be the case. Revision Changes Path 1.3 +1 -1 src/usr.bin/window/char.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message