From owner-freebsd-ports Fri Sep 11 18:30:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA10592 for freebsd-ports-outgoing; Fri, 11 Sep 1998 18:30:07 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA10576 for ; Fri, 11 Sep 1998 18:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA17718; Fri, 11 Sep 1998 18:30:01 -0700 (PDT) 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 ; 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 X-Send-Pr-Version: 3.2 Subject: ports/7900: Minor fix for display port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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