Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 1995 12:41:34 +0100 (MET)
From:      root@deadline.snafu.de (Andreas S. Wetzel)
To:        freebsd-bugs@FreeBSD.org
Subject:   Wrong definition of wbkgdset in ncurses.h
Message-ID:  <m0ro8VC-000DWQC@deadline.snafu.de>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m0ro8VC-000DWQC>