morgon has asked for the wisdom of the Perl Monks concerning the following question:
I have a very basic understanding of curses to build full-screen text GUIs, but I cannot figure out if it is possible to build a text-based GUI in Perl that only uses part of the terminal screen estate.
What I mean is something like the "fzf" tool (which is written in go) does. Usually it takes over the whole terminal, but when supplying an argument like "--height 50%" it only takes a part of the terminal screen size, but within that part there is a GUI.
Is is possible to do something like that in Perl (using curses or something else)?
Many thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: textual GUI using only part of the terminal -- 3 options
by Discipulus (Canon) on Jun 27, 2017 at 07:57 UTC | |
by morgon (Priest) on Jun 27, 2017 at 13:40 UTC | |
|
Re: textual GUI using only part of the terminal
by zentara (Cardinal) on Jun 27, 2017 at 13:11 UTC | |
|
Re: textual GUI using only part of the terminal
by Anonymous Monk on Jun 26, 2017 at 22:51 UTC | |
by morgon (Priest) on Jun 26, 2017 at 22:57 UTC | |
by Anonymous Monk on Jun 26, 2017 at 23:19 UTC |