summaryrefslogtreecommitdiffstats
path: root/misc/display
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2001-08-21 14:53:00 +0000
committerroam <roam@FreeBSD.org>2001-08-21 14:53:00 +0000
commit9cc411d7ba579799ec25d29998571b4744150559 (patch)
tree4cbd1479dd65613912411588e5b759d56fa5a3ac /misc/display
parentf655f04860a73d753d8260119ade7d0c61664d64 (diff)
downloadFreeBSD-ports-9cc411d7ba579799ec25d29998571b4744150559.zip
FreeBSD-ports-9cc411d7ba579799ec25d29998571b4744150559.tar.gz
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 <stephen@cauchy.math.missouri.edu>
Diffstat (limited to 'misc/display')
-rw-r--r--misc/display/Makefile1
-rw-r--r--misc/display/files/patch-aa8
2 files changed, 1 insertions, 8 deletions
diff --git a/misc/display/Makefile b/misc/display/Makefile
index 6b07243..69bb7ac 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 d99fef3..6823c68 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);
- }
OpenPOWER on IntegriCloud