From owner-cvs-lib Thu Jan 1 15:42:42 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA19697 for cvs-lib-outgoing; Thu, 1 Jan 1998 15:42:42 -0800 (PST) (envelope-from owner-cvs-lib) 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 PAA18883; Thu, 1 Jan 1998 15:32:05 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA08498; Thu, 1 Jan 1998 15:27:12 -0800 (PST) Date: Thu, 1 Jan 1998 15:27:12 -0800 (PST) Message-Id: <199801012327.PAA08498@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libncurses lib_insdel.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/01/01 15:27:11 PST Modified files: lib/libncurses lib_insdel.c Log: Fix another problem with clearing the last line of the display. Submitted by: Kouichi Hirabayashi Revision Changes Path 1.9 +1 -1 src/lib/libncurses/lib_insdel.c