开发者

How many spaces to a tab on this tty

开发者 https://www.devze.com 2023-01-25 07:38 出处:网络
I have a perl script that is writing to stdout which is a tty.Is there a way to determine how many spaces to a tab on th开发者_开发知识库at tty?You want the \'it\' capability from terminfo.

I have a perl script that is writing to stdout which is a tty. Is there a way to determine how many spaces to a tab on th开发者_开发知识库at tty?


You want the 'it' capability from terminfo.

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

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号