|
From: Petr M. <mi...@ph...> - 2010-01-29 09:08:49
|
> I have found a serious side effect of this patch. Gui dialog 'gnuplot
> pause' does not appear on wgnuplot when terminal is wxt.
I thought that term->waitforinput() works in wxt in the same way as on
non-Windows.
But in wxt_gui.cpp there is a special code for WGP_CONSOLE and not for
WIN_IPC in wxt_waitforinput().
Should there be
if (0) {
instead of
if (!strcmp(term->name, "wxt")) {
in command.c? Please try it.
It's the same as removing the whole block
# ifdef WXWIDGETS
...
# endif /* _Windows && WXWIDGETS */
---
PM
|