> From: Lars Ericson <lars.eric...@wellsfargo.com> > Date: Mon, 22 Oct 2012 13:43:09 +0000 (UTC) > > The pipes idea is confirmed by Michael Goffioul on h...@octave.org. He says: > > Yes, that's most probably the problem. FLTK and Qt backend uses the readline > event loop to run events and/or interact with the graphics backend. If > readline is not used, like when running octave over pipes, those graphics > backend won't work. You may force readline usage with the flags: --line- > editing -i
So did those switches solve the problem?