logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Term::Table::Util - Utilities for Term::Table.

Authors

       Chad Granum <exodist@cpan.org>

Description

       This package exports some tools used by Term::Table.

Exports

CONSTANTS
       $bool = USE_GCS
           True if Unicode::GCString is installed.

       $bool = USE_TERM_READKEY
           True if Term::ReadKey is installed.

   UTILITIES
       $width = term_size()
           Get the width of the terminal.

           If the $TABLE_TERM_SIZE environment variable is set then that value will be returned.

           This  will  default  to  80  if  there is no good way to get the size, or if the size is unreasonably
           small.

           If Term::ReadKey is installed it will be used.

       $width = uni_length($string)
           Get the width (in columns) of the specified string. When Unicode::GCString  is  installed  this  will
           work on unicode strings, otherwise it will just use length($string).

Maintainers

       Chad Granum <exodist@cpan.org>

Name

       Term::Table::Util - Utilities for Term::Table.

Source

       The source code repository for Term-Table can be found at http://github.com/exodist/Term-Table/.

See Also