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.
如何清除 Vte.Terminal 中的所有输出?
我在用着
vte.fork_command("clear")
vte.feed('\033[2J')
对于其他转义序列:
我自己在 Vte 方面遇到了一些问题,所以我不知道我是否是合适的人选。
您是否尝试过用容器中的另一个终端替换旧终端?它没有清除,但会有一个空终端。
它只会清除终端中可见cls的文本,但是,您可以运行命令或修改feed()方法和空格。
cls
feed()