Fixed bugs list:
authorAndrey Chernov <ache@FreeBSD.org>
Sun, 13 Feb 1994 09:52:48 +0000 (09:52 +0000)
committerAndrey Chernov <ache@FreeBSD.org>
Sun, 13 Feb 1994 09:52:48 +0000 (09:52 +0000)
commit98b29b3633c1bfd0faf7965c7a9a07c396cbea61
tree5a0a47cfe400293d6f251e37b971a86d82247eca
parent53231c164b0ec1623b6ce2d8f163a5762dfba189
Fixed bugs list:

1) Several places with comparation of int and unsigned (fails,
if unsigned equal zero);

2) All windows not started from top of the screen refreshes
incorrectly (I mean here not visual looking, but
minimize-output-chars refresh technique).
UCB often forget to add win->begy to index;

3) Uncommented #ifdef DEBUG in refresh dumps core, address
beyond array ranges;

4) clsp in refresh.c (number of last space on curscr) calculates
incorrectly, so CE don't work properly;

5) Litlle prototype cleanup.
lib/libcurses/addch.c
lib/libcurses/box.c
lib/libcurses/insch.c
lib/libcurses/insertln.c
lib/libcurses/refresh.c