It would be easier if you rendered the text in the window itself, rather than trying to shift between the command line and the window.
I think pyglet.text <https://pyglet.readthedocs.org/en/pyglet-1.2-maintenance/api/pyglet/pyglet.text.html> would help with that, and you can create a command line prompt with pyglet.text.caret. -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/d/optout.
