Re: Interactive terminal modules?

2017-03-28 Thread Chris Ramsey
Just found those a few minutes ago actually. I might have to give them a shot. Thanks! On Tue, Mar 28, 2017, 7:58 PM Lloyd Fournier wrote: > https://github.com/azawawi/perl6-ncurses > https://github.com/kuerbis/Term-Choose-p6 > > Have you seen those? > > On Wed, Mar 29, 2017 at 1:28 PM Chris Ram

Re: Interactive terminal modules?

2017-03-28 Thread Lloyd Fournier
https://github.com/azawawi/perl6-ncurses https://github.com/kuerbis/Term-Choose-p6 Have you seen those? On Wed, Mar 29, 2017 at 1:28 PM Chris Ramsey wrote: > I've been googling a bunch but can't find diddly for creating ncurses > style interactive terminals in Perl 6. > > Sorry for such a vague

Interactive terminal modules?

2017-03-28 Thread Chris Ramsey
I've been googling a bunch but can't find diddly for creating ncurses style interactive terminals in Perl 6. Sorry for such a vague question, but are there built-in modules for such a thing, and if so, what is it called so I can dive through the docs? Thanks!