2010-11-12 30 views

Répondre

8

Vous voulez la capacité 'it' de terminfo.

use Term::Terminfo; 
my $ti = Term::Terminfo->new; 
$tabsize = $ti->getnum("it"); 
+0

Que signifie le terme «it»? –

+0

@sid_com - init_tabs. Google est votre ami. L'un des 3 premiers liens sur googling "terminfo it tab" donne: "it # - Nombre initial d'espaces entre les onglets."; http://www.comptechdoc.org/os/linux/howlinuxworks/linux_hltermcommands.html – DVK