From owner-freebsd-bugs Mon Mar 13 03:42:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA04787 for bugs-outgoing; Mon, 13 Mar 1995 03:42:04 -0800 Received: from deadline.snafu.de (deadline.snafu.de [194.64.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id DAA04777 for ; Mon, 13 Mar 1995 03:41:51 -0800 Received: by deadline.snafu.de id m0ro8VC-000DWQC; Mon, 13 Mar 95 12:41 MET (/\oo/\ Smail3.1.29.1 #29.1) Message-Id: From: root@deadline.snafu.de (Andreas S. Wetzel) Subject: Wrong definition of wbkgdset in ncurses.h To: freebsd-bugs@FreeBSD.org Date: Mon, 13 Mar 1995 12:41:34 +0100 (MET) Organization: -D-E-A-D-L-I-N-E- Public access UN*X system - 13347 Berlin. X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 854 Sender: bugs-owner@FreeBSD.org Precedence: bulk Hi! --- When I was hacking on one of my programs lately, I noticed a wrong definition of the macro "wbkgdset" in the include file "ncurses.h". The original macro definition read: #define wbkgdset(w,ch) (win->_bkgd = ch) I think this should be a: #define wbkgdset(win,ch) (win->_bkgd = ch) Mickey -- ================================================================================ DIGESTED BENEFACTORS WHOSE | Andreas S. Wetzel | -D-E-A-D-L-I-N-E- SILENCE DEAFENS ANYTHING | Utrechter Strasse 41 | ALL OF WHOM DECEASE AND | 13347 Berlin | <+4930> 455 19 57 Data MISS TO PIERCE A POINT | Germany | <+4930> 456 81 68 Voice ================================================================================ E-mail: mickey@deadline.snafu.de WWW: http://deadline.snafu.de/