Rodrigo Arias <rodarima-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
On Fri, May 03, 2024 at 12:48:54PM +1000, Kevin Koster wrote:
Layout::resizeIdle calls = 582 Layout::resizeIdle calls = 583 ...
I see that they come from a printf call in dw/layout.cc, line 876.
Dillo 3.0.5 doesn't output such messages, and they are a minor inconvenience when starting dillo from a terminal window, so it would be nice if they obeyed the show_msg setting in dillorc when Dillo 3.1.0 is released.
Yeah, there is no way to properly output messages from the dw module (the layout renderer), as it doesn't link with the code that parses the preferences, so it cannot access the "prefs.show_msg" variable to find out if it should output messages or not.
I will disable it for now by using _MSG() instead, and we can think of something more elaborate later.
Sounds good. The messages look like they'd mainly be useful to someone looking to to tweak the code and rebuild anyway.