1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/display/files/patch-ab
Steve Price bbe911c66e Cleanup extra characters that are sometimes left behind when the
output shortens.

PR:		7900
Submitted by:	Stephen J. Roznowski <sjr@home.net>
1998-09-19 22:44:16 +00:00

13 lines
210 B
Plaintext

*** ../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);
}