I suppose this won't help:

https://github.com/azawawi/perl6-ncurses entitled GitHub - azawawi/perl6-ncurses: Perl 6 interface to NCurses library

Edit:

Then, there is this:

http://www.slideshare.net/dkrotkine/cursestoolkit entitled Curses::Toolkit

Quote: Curses::Toolkit is a Perl module to build ncurses based applications.

https://github.com/dams/curses-toolkit

Edit:

http://invisible-island.net/ncurses/

Quote:

MinGW Port

Beginning with ncurses 5.8, ncurses has been ported to Win32 console using MinGW. I have built it both on Windows7 as well as via cross-compiling from FreeBSD, Fedora and Debian. From the latter, I make occasional builds which you may find useful:

Edit:

https://metacpan.org/pod/Win32::Console

Quote:

Those functions should also make possible a port of the Unix's curses library; if there is anyone interested (and/or willing to contribute) to this project, e-mail me. Thank you.

Edit:

http://pdcurses.sourceforge.net/ entitled Public Domain Curses

Quote: PDCurses is a public domain curses library for ... Win32 ...

https://www.projectpluto.com/win32a.htm entitled PDCurses (Public Domain Curses) modified/extended

A fork of PDCurses. (I was unable to find a brief quote that accurately described the fork.)


In reply to Re: NCurses based editor of configuration files? by Cow1337killr
in thread NCurses based editor of configuration files? by jahero

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.