aboutsummaryrefslogtreecommitdiffstats
path: root/misc/display/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-09-20 06:44:16 +0800
committersteve <steve@FreeBSD.org>1998-09-20 06:44:16 +0800
commitef541fa28f440dc41990d299f909df0623ab2789 (patch)
tree6534e740fdbebe3dd0b43e93a89209bbb4200eb0 /misc/display/files
parent28c1cfe6c797cf8cdbb18ea959319184d235abc3 (diff)
downloadfreebsd-ports-gnome-ef541fa28f440dc41990d299f909df0623ab2789.tar.gz
freebsd-ports-gnome-ef541fa28f440dc41990d299f909df0623ab2789.tar.zst
freebsd-ports-gnome-ef541fa28f440dc41990d299f909df0623ab2789.zip
Cleanup extra characters that are sometimes left behind when the
output shortens. PR: 7900 Submitted by: Stephen J. Roznowski <sjr@home.net>
Diffstat (limited to 'misc/display/files')
-rw-r--r--misc/display/files/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/display/files/patch-ab b/misc/display/files/patch-ab
new file mode 100644
index 000000000000..1227a1fab267
--- /dev/null
+++ b/misc/display/files/patch-ab
@@ -0,0 +1,12 @@
+*** ../display.c Fri Sep 11 21:17:39 1998
+--- display.c Thu Sep 10 20:51:23 1998
+***************
+*** 67,72 ****
+--- 67,73 ----
+ addch(ch);
+ }
+ clrtoeol();
++ clrtobot();
+ refresh();
+ pclose(fp);
+ }