summaryrefslogtreecommitdiff
path: root/misc/display
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-19 22:44:16 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-19 22:44:16 +0000
commitbbe911c66ec1e3d920bb34716955ceeb4104dd71 (patch)
treefe19622a605c8772735aa44b77561c41b7dbbe75 /misc/display
parentUpdate to version 1.2.1. (diff)
Cleanup extra characters that are sometimes left behind when the
output shortens. PR: 7900 Submitted by: Stephen J. Roznowski <sjr@home.net>
Notes
Notes: svn path=/head/; revision=13260
Diffstat (limited to 'misc/display')
-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);
+ }