Is there a way to create a separate display and input on the same terminal using curse?

前端 未结 3 869
闹比i
闹比i 2021-01-12 16:11

I\'d like to code a command line program that result in this UI:

------------
|          |
|     A    |
|__________|
|_____B____|

A is a se

3条回答
  •  误落风尘
    2021-01-12 16:41

    Enventually I tried to do it with urwid which is way higher level than ncurse.

    I asked a question about it on SO and didn't got more results.

    But eventually I found some FOSS that did just that, I used the source code and made something that worked. You can find the answer in the related question.

提交回复
热议问题