mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Cleanup extra characters that are sometimes left behind when the
output shortens. PR: 7900 Submitted by: Stephen J. Roznowski <sjr@home.net>
This commit is contained in:
parent
009ee5803a
commit
bbe911c66e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13260
12
misc/display/files/patch-ab
Normal file
12
misc/display/files/patch-ab
Normal file
@ -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);
|
||||
}
|
Loading…
Reference in New Issue
Block a user