How to refresh curses window correctly?

前端 未结 3 2266
遇见更好的自我
遇见更好的自我 2021-02-14 00:00
while 1:
    ...
    window.addstr(0, 0, \'abcd\')
    window.refresh()
    ...

window size is full terminal size, big enough to hold

3条回答
提交回复
热议问题