liberty-eiffel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: programs in tutorial/ncurses


From: Jakub Pavlík
Subject: Re: programs in tutorial/ncurses
Date: Thu, 5 Dec 2024 16:12:29 +0100

Hi,

I've tested the ncurses examples (on Linux, current Debian testing)
and confirm that examples "list", "menu", "panel" and "progressbar" are crashing on current master
and that https://github.com/LibertyEiffel/Liberty/pull/191 fixes them.

Best regards,
Jakub Pavlík

pá 29. 11. 2024 v 10:17 odesílatel 小泉 悟 <koizumistr@minos.ocn.ne.jp> napsal:
Dear Liberty Eiffel community

I found most programs in tutorial/ncurses do not work.
I found out the reason of the bug is misuse of getmaxyx(), so I made pull request #191 for GitHub repository.
(getmaxyx() returns size of a window, so no need to subtract its base)
I have checked my patch works for FreeBSD (GhostBSD) and macOS.
I confirmed original programs do not work for Rocky Linux but I do not check patched programs.

Would you please check patched programs behavior on (any) Linux?
(In this case, I do not think the difference between BSD(-like) OS and Linux matters, but...)

KOIZUMI Satoru



reply via email to

[Prev in Thread] Current Thread [Next in Thread]