in reply to Re: textual GUI using only part of the terminal
in thread textual GUI using only part of the terminal

Are you positive that Curses can do that or are you only guessing?

If you know could you show me how one would go about it?

And sure, a tmux pane would achieve something similar, but that is not my question.

  • Comment on Re^2: textual GUI using only part of the terminal

Replies are listed 'Best First'.
Re^3: textual GUI using only part of the terminal
by Anonymous Monk on Jun 26, 2017 at 23:19 UTC

    Are you positive that Curses can do that or are you only guessing?

    Other guy mean that tmux is created using libevent and ncurses -- can you reinvent a terminal multiplexer using perl and curses? Sure theoretically, but it is a lot of work in all all corners of the environment