in reply to Re^2: Term::ReadLine and Term::ANSIColor don't play well on Windows
in thread Term::ReadLine and Term::ANSIColor don't play well on Windows
Term::ReadLine is only a wrapper using which ever underlying module is installed. The full list of features is only supplied by Term::ReadLine::Gnu , which builds on a Gnu-Readline programmed in C.
So what are you using on Win???
Since finding support for these issues in GNU-Readline isn't easy, I suppose that only reimplementing the full library in Perl can help here.
Are you volunteering?
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|