Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: textual GUI using only part of the terminal

by Anonymous Monk
on Jun 26, 2017 at 22:51 UTC ( [id://1193639]=note: print w/replies, xml ) Need Help??


in reply to textual GUI using only part of the terminal

According to the docs fzf can integrate with tmux for the terminal splitting. That's probably easier, just use screen or tmux to run your script in one pane and a regular terminal in the other. But if you do want to reinvent the wheel, then yea, Curses would be one way.
  • Comment on Re: textual GUI using only part of the terminal

Replies are listed 'Best First'.
Re^2: textual GUI using only part of the terminal
by morgon (Priest) on Jun 26, 2017 at 22:57 UTC
    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.

      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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1193639]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-24 03:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found