NAME
    SHARYANTO::Term::Util - Terminal utilities

VERSION
    This document describes version 0.01 of SHARYANTO::Term::Util (from Perl
    distribution SHARYANTO-Term-Util), released on 2014-06-07.

FUNCTIONS
  hr([CHAR]) => optional STR
    Print (under void context) or return (under scalar/array context) a
    horizontal bar with the width of the terminal.

    "CHAR" is optional, can be multicharacter, but cannot be empty string.
    The defautl is "=".

    Under Windows, when printing, will shave one character at the end
    because the terminal cursor will move a line down when printing at the
    last column.

SEE ALSO
    SHARYANTO

HOMEPAGE
    Please visit the project's homepage at
    <https://metacpan.org/release/SHARYANTO-Term-Util>.

SOURCE
    Source repository is at
    <https://github.com/sharyanto/perl-SHARYANTO-Term-Util>.

BUGS
    Please report any bugs or feature requests on the bugtracker website
    <https://rt.cpan.org/Public/Dist/Display.html?Name=SHARYANTO-Term-Util>

    When submitting a bug or request, please include a test-file or a patch
    to an existing test-file that illustrates the bug or desired feature.

AUTHOR
    Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2014 by Steven Haryanto.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

