in reply to Re: Term::ReadLine handle wide character poorly
in thread Term::ReadLine handle wide character poorly
indeed, I preload some history by
$term->addhistory($_) foreach split "\n", $tasks[$selectedtask]{note} // "";
I assume its all manually, and perldoc also give example like this.
thx