Create two separate windows in terminal

Posted by Honza Pokorny on Stack Overflow See other posts from Stack Overflow or by Honza Pokorny
Published on 2010-04-14T18:09:26Z Indexed on 2010/04/14 18:13 UTC
Read the original article Hit count: 343

Filed under:
|
|

Picture a terminal. There are two windows inside that terminal. One on top, one on bottom. The top one is much bigger. The top one receives asynchronous updates. The bottom one is for user input.

It would work almost exactly the same as vim - the text editor.

I'm writing this in Python. I'm guessing you would do this by using curses, but I'm not sure if it's possible.

© Stack Overflow or respective owner

Related posts about python

Related posts about terminal