GUI/TUI linux library

前端 未结 8 1247
别那么骄傲
别那么骄傲 2020-12-30 14:01

Is there any UI library that can be to build both a text user interface (ncurses) and graphical user interface (GTK? QT?) from the same source? I know that debconf can be us

8条回答
  •  情话喂你
    2020-12-30 14:08

    Maybe tcl/tk would provide what you want http://www.tcl.tk/

    Here's the page on interfacing with curses. There is a claim there of integration with ncurses.

    http://www2.tcl.tk/2372

提交回复
热议问题