Seems we still use Term::Readline. Can we replace that with PVE::PTY?

# grep ReadLine /usr/share/perl5/PVE/ -r

/usr/share/perl5/PVE/CLI/pct.pm:use Term::ReadLine;
/usr/share/perl5/PVE/CLI/pct.pm:    my $term = new Term::ReadLine ('pct');
/usr/share/perl5/PVE/CLI/pveum.pm:use Term::ReadLine;
/usr/share/perl5/PVE/CLI/pveum.pm:    my $term = new Term::ReadLine ('pveum');
/usr/share/perl5/PVE/CLI/pvenode.pm:use Term::ReadLine;
/usr/share/perl5/PVE/CLI/pvenode.pm:        my $term =
Term::ReadLine->new('pvenode');
/usr/share/perl5/PVE/CLI/pvenode.pm:        my $term =
Term::ReadLine->new('pvenode');
/usr/share/perl5/PVE/CLI/qm.pm:use Term::ReadLine;
/usr/share/perl5/PVE/CLI/qm.pm: my $term = new Term::ReadLine ('qm');

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to