Code

noping: Fix compatibility with ncurses 5.8.
authorGaetan Bisson <bisson@archlinux.org>
Mon, 28 Feb 2011 13:41:24 +0000 (14:41 +0100)
committerFlorian Forster <octo@verplant.org>
Mon, 28 Feb 2011 13:41:24 +0000 (14:41 +0100)
commit79027c304485f5ad5ac5d13da771a8a73e919d59
treed08329dac53c67afa0790a9ebda7cb637c168147
parentb1ef1b502da11c03a4fbfb228abd017bd2aec613
noping: Fix compatibility with ncurses 5.8.

Hello,

My name is Gaetan and I maintain liboping in Arch Linux; our distro is
in the process of switching to ncurses-5.8, and I wanted to report that
I had to patch liboping to make noping work with the newer ncurses.

Specifically, if I update ncurses and run the old noping binary, then
nothing is displayed in the ncurses window (although the summary output
displayed on stdout at the end is correct). Same if I recompile noping
against the new ncurses library.

The reason seems to be that calling newwin() with ncols=0 does not
produce a full width window anymore. Anyway, the simple patch attached
fixed this issue for me.

Cheers.

Signed-off-by: Florian Forster <octo@verplant.org>
src/oping.c