By the way, I've a question concerning events. When the user enter a
command such as "a = input()", I have to enter a function where I need
to manually dispatch events (readline function in TerminalIn). It
seems to work but it is also painfully slow for no evident reason to
me. Is there a better way to do that ?
Nicolas
On Mar 15, 1:32 pm, Nicolas Rougier <[email protected]> wrote:
> Hi all,
>
> I've coded a terminal that implements a python (or ipython) shell
> within a pyglet window and handles python stdin/stderr/stdout
> redirection and system wide stdout/stderr redirection (using a pipe),
> provides history based on the GNU readline package and automatic
> completion. All ansi color codes are interpreted correctly using a
> dedicated pyglet Document subclass.
>
> Screenshot and code are available here:
>
> http://www.loria.fr/~rougier/pyglet-terminal.html
>
> Nicolas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---