From owner-cvs-lib Sun Dec 22 06:24:53 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA04437 for cvs-lib-outgoing; Sun, 22 Dec 1996 06:24:53 -0800 (PST) Received: (from mckay@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA04425; Sun, 22 Dec 1996 06:24:52 -0800 (PST) Date: Sun, 22 Dec 1996 06:24:52 -0800 (PST) From: Stephen McKay Message-Id: <199612221424.GAA04425@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libncurses lib_bkgd.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mckay 96/12/22 06:24:51 Modified: lib/libncurses lib_bkgd.c Log: The fix for PR#bin/722 made it into 2.1.5 and 2.1.6, but not into -current. Without it, the last row and last column don't get their background updated. I think this should be in 2.2. Submitted by: Paul Koch (again) Passing observation: The fixes that pst put in on 1996/09/22 then backed out look like they should be put in again. If sysinstall is depending on bugs, then it should be fixed. Revision Changes Path 1.7 +2 -2 src/lib/libncurses/lib_bkgd.c