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

13 lines
210 B
Plaintext
Raw Normal View History

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