Jostein Berntsen writes:
> On 25.02.18,16:44, hw wrote:
>> Hi,
>>
>> how do I disable the underlining of the prompt when using Term::ReadLine
>> with GNU readline?
>>
>
> Check this:
>
> https://www.nntp.perl.org/group/perl.beginners/2009/05/msg107390.html
Thanks, I found I needed $term->ornam
On 25.02.18,16:44, hw wrote:
> Hi,
>
> how do I disable the underlining of the prompt when using Term::ReadLine
> with GNU readline?
>
Check this:
https://www.nntp.perl.org/group/perl.beginners/2009/05/msg107390.html
Jostein
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For addi
On 2/23/07, Gauthier, Dave <[EMAIL PROTECTED]> wrote:
I'm experimenting with Term::Readline as a way to emulate a CLI from
within perl. One of the annoying things it does is to alter the display
characteristics of the string I ask the "readline" method to use as a
prompt. It always gets underl
Jorge Almeida wrote:
Anyone knows some tutorial about using Term::Readline::Gnu?
Or some article, somewhere?
Hello,
There are some programs under directories eg/ and t/ in
Term::Readline::Gnu module which includes many examples which this
modules support.
Also read the description about the
Philipp Traeder wrote:
On Tuesday 08 February 2005 18:57, Scott R. Godin wrote:
This is my first time attempting to use Term::ReadLine to get input from
the commandline while a script is running. I grok the basics of it, but
am stumbling over the implementation of it. Let me illustrate:
READLINE:
{
On Tuesday 08 February 2005 18:57, Scott R. Godin wrote:
> This is my first time attempting to use Term::ReadLine to get input from
> the commandline while a script is running. I grok the basics of it, but
> am stumbling over the implementation of it. Let me illustrate:
>
> READLINE:
> {
> # closur