Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 1998 21:22:53 -0400 (EDT)
From:      sjr@home.net
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7900: Minor fix for display port
Message-ID:  <199809120122.VAA26138@istari.home.net>

next in thread | raw e-mail | index | archive | help

>Number:         7900
>Category:       ports
>Synopsis:       Minor fix for display port
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 11 18:30:01 PDT 1998
>Last-Modified:
>Originator:     Stephen J. Roznowski
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>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

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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