Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
想象一个终端。该终端内有两个窗口。一个在上面,一个在下面。顶部的要大得多。顶部的接收异步更新。底部的一个用于用户输入。
它的工作方式几乎与 vim 完全相同——文本编辑器。
我正在用 Python 写这个。我猜你会通过使用来做到这一点curses,但我不确定它是否可能。
curses
是的,您需要为此使用 ncurses 的 python 标准库实现。
http://docs.python.org/library/curses.html
是的,curses + 一些可以做并行工作的代码