I'd like to code a command line program that result in this UI:
------------
| |
| A |
|__________|
|_____B____|
A is a separate process that loops and displays a list of real time events. It self-refresh.
B is a command prompt. It's fixed at the bottom and got a command history.
I know some command line IRC programs does this so it must be possible.
Bonus point if you can give me a snippet using a Python binding.
I'm aware of this post but I'm kind of lost in the curse documentation.