octave-maintainers
[Top][All Lists]
Advanced

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

Re: Successfully merged projects


From: Michael Goffioul
Subject: Re: Successfully merged projects
Date: Sat, 9 Apr 2011 22:49:08 +0100

On Sat, Apr 9, 2011 at 9:32 AM, Jacob Dawid <address@hidden> wrote:
> Hello everybody,
>
> today I finished merging both John Swensens and my work together. I update
> my sources for qtermwidget from John and integrated his code in my terminal
> window. Additional changes have to be made to open more than one terminal at
> the same time, since the terminal still relies on globally defined C-style
> functions and opening more than one terminal causes a mess, so there needs
> to be some work done here. I attached a screenshot of the terminal, with a
> history list being updated from octave directly via John's code.

To be honest, I don't think you need to support multiple octave session, and I
don't think this is technically do-able when running octave sessions in threads,
as opposed to running them in separate processes (octave is not thread-safe
and stdin/stdout are not thread-specific).

Michael.


reply via email to

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