mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
13 lines
210 B
Plaintext
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);
|
||
|
}
|