From 8ef3a7361e69a0d0d90e7904fad7799792258a57 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Tue, 21 Aug 2001 14:53:00 +0000 Subject: Add back the clrtobot() call (or rather, do not remove it), so display(1) works correctly when a command produces less output than the previous one. PR: 28405 Submitted by: Stephen Montgomery-Smith --- misc/display/Makefile | 1 + misc/display/files/patch-aa | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'misc/display') diff --git a/misc/display/Makefile b/misc/display/Makefile index 6b0724375c3a..69bb7ace889f 100644 --- a/misc/display/Makefile +++ b/misc/display/Makefile @@ -7,6 +7,7 @@ PORTNAME= display PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.ipsmart.com/src/ EXTRACT_SUFX= .tgz diff --git a/misc/display/files/patch-aa b/misc/display/files/patch-aa index d99fef33c821..6823c68c90bc 100644 --- a/misc/display/files/patch-aa +++ b/misc/display/files/patch-aa @@ -35,11 +35,3 @@ char ch; if (!(fp = popen(Command, "r"))) { -@@ -83,7 +81,6 @@ - addch(ch); - } - clrtoeol(); -- clrtobot(); - refresh(); - pclose(fp); - } -- cgit v1.2.3