octave-maintainers
[Top][All Lists]
Advanced

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

Re: using a push parser to connect Octave to a GUI


From: Michael Goffioul
Subject: Re: using a push parser to connect Octave to a GUI
Date: Sun, 29 Jan 2012 12:18:26 +0000

On Sun, Jan 29, 2012 at 3:28 AM, John W. Eaton <address@hidden> wrote:
> I see this approach as a possibility for solving the GUI problem
> without requiring a terminal widget that can connect to Octave with a
> pty interface, which seems to be a difficulty for Windows systems.

This problem is more or less solved with the QConsole widget I
implemented. It's not as elegant as a real UNIX-like PTY, but it's
working and seems to be the only reasonable solution for an embedded
terminal under Windows. Now, nothing prevents from trying alternate
solutions, but keep in mind the getting rid of the PTY will have
impact on other components that expect a terminal to work properly:
for instance the "ls" command in octave (when run in a PTY, "ls"
executable uses the terminal full width for formatting), or the
"less"-based pager.

Michael.


reply via email to

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