diff options
author | roam <roam@FreeBSD.org> | 2001-08-21 22:53:00 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-08-21 22:53:00 +0800 |
commit | 9cc411d7ba579799ec25d29998571b4744150559 (patch) | |
tree | 4cbd1479dd65613912411588e5b759d56fa5a3ac | |
parent | f655f04860a73d753d8260119ade7d0c61664d64 (diff) | |
download | freebsd-ports-gnome-9cc411d7ba579799ec25d29998571b4744150559.tar.gz freebsd-ports-gnome-9cc411d7ba579799ec25d29998571b4744150559.tar.zst freebsd-ports-gnome-9cc411d7ba579799ec25d29998571b4744150559.zip |
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>
-rw-r--r-- | misc/display/Makefile | 1 | ||||
-rw-r--r-- | misc/display/files/patch-aa | 8 |
2 files changed, 1 insertions, 8 deletions
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); - } |