From sjr@home.net  Fri Sep 11 18:23:11 1998
Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA10000
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 Sep 1998 18:23:10 -0700 (PDT)
          (envelope-from sjr@home.net)
Received: (from sjr@localhost)
	by istari.home.net (8.8.8/8.8.6) id VAA26138;
	Fri, 11 Sep 1998 21:22:53 -0400 (EDT)
Message-Id: <199809120122.VAA26138@istari.home.net>
Date: Fri, 11 Sep 1998 21:22:53 -0400 (EDT)
From: sjr@home.net
Reply-To: sjr@home.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Minor fix for display port
X-Send-Pr-Version: 3.2

>Number:         7900
>Category:       ports
>Synopsis:       Minor fix for display port
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 11 18:30:01 PDT 1998
>Closed-Date:    Sat Sep 19 15:42:38 PDT 1998
>Last-Modified:  Sat Sep 19 15:44:25 PDT 1998
>Originator:     Stephen J. Roznowski
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
>Environment:

	

>Description:

	Occassionally, the display program will leave extra information
	on the screen when the output shortens. The attached patch
	seems to clear up this problem.

>How-To-Repeat:

	

>Fix:
	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	misc/display/patches/patch-ab
#
echo x - misc/display/patches/patch-ab
sed 's/^X//' >misc/display/patches/patch-ab << 'END-of-misc/display/patches/patch-ab'
X*** ../display.c	Fri Sep 11 21:17:39 1998
X--- display.c	Thu Sep 10 20:51:23 1998
X***************
X*** 67,72 ****
X--- 67,73 ----
X  		addch(ch);
X  	}
X  	clrtoeol();
X+ 	clrtobot();
X  	refresh();
X  	pclose(fp);
X  }
END-of-misc/display/patches/patch-ab
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sat Sep 19 15:42:38 PDT 1998 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
