Re: Term::ReadLine

2018-03-09 Thread hw
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

Re: Term::ReadLine

2018-02-26 Thread Jostein Berntsen
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

Re: term::readline, need to change default prompt char props

2007-02-23 Thread Tom Phoenix
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

Re: Term::Readline

2006-06-16 Thread Prabu
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

Re: TERM::ReadLine and program flow question

2005-02-08 Thread Scott R. Godin
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: {

Re: TERM::ReadLine and program flow question

2005-02-08 Thread Philipp Traeder
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