On Mon Nov 06 11:58:46 2017, JETTERO wrote:
Show quoted text> On Fri Nov 03 05:48:57 2017, xsawyerx wrote:
> > I'm willing to help by providing a patch or doing the release. What
> > do
> > you think?
>
> It's on github. If you made a PR wrt to this,
Link please? [To Term::GentooFunctions]
Show quoted text> I would most likely
> accept it. I don't see any reason to import the functions directly
> though. Seems to me this is all pretty simple console code stuff. The
> vast majority of people will be on some kind of "terminal" that's
> probably linux or bsd based.
>
> Why not just print "\e[1;30m" to get bold black?
That's what the equivalent patch will do. It will just put them under "up()", "down()", etc., the way you use them so there's minimal changes to your code. I already have a patch but I'll be happy to submit the PR if you can point me at the repo.
Show quoted text> Why was I using
> Term::ANSIScreen anyway? I just didn't want to reinvent the wheel and
> imagined that author thought about things besides loonix terminmals
> more than I might have.
That's the correct thinking, I believe. I would have done the same. It's just that I researched it because of the installations problems and found it's unnecessary in this case. No complaints here on your course of action. :)
Show quoted text>
> Another option might be to patch Term::ANSIScreen and email The CPAN
> lists or admins (perhaps in the reverse order) about taking over the
> project.
Indeed an option, but one that would require committing to also taking care of Term::ANSIScreen, which has more than just those functions and I have no intention of doing. Audry is no longer active with Perl so she will not be releasing new versions. (She has a far more demanding job nowadays!:) )