Jostein Berntsen <[email protected]> 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->ornaments(0); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
