[liboping-changes] octo's ping library: Changes to 'master'
Florian Forster
octo at verplant.org
Sat Mar 5 19:20:54 CET 2011
src/oping.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 79027c304485f5ad5ac5d13da771a8a73e919d59
Author: Gaetan Bisson <bisson at archlinux.org>
Date: Mon Feb 28 14:41:24 2011 +0100
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 at verplant.org>
More information about the liboping-changes
mailing list