Hi,
Some patches for sandy:
1: fix mouse scroll down, also:
- add a comment in the README how to enable mouse scrolling. This is a
limitation in ncurses.
- read count can be 0 (not an error), this is reproducable if you scroll
down with the mouse with ncurses and --disable-mouse-ext.
2: minor cleanup
3: fix cast, wgetch() returns int ... so the check was always false.
4: fix possible out-of-bounds if size of fgcolors > bgcolors + the
color initialization was also wrong?
5: fix uninitialized variables
Also available at:
http://www.codemadness.nl/downloads/patches/sandy/
Kind regards,
Hiltjo
Received on Sun Aug 10 2014 - 11:31:33 CEST