App-TermAttrUtils
view release on metacpan or search on metacpan
script/term-terminfo view on Meta::CPAN
{ type => "str", value => "\a", var => "bell" },
{ type => "str", value => "\r", var => "carriage_return" },
{
type => "str",
value => "\e[%i%p1%d;%p2%dr",
var => "change_scroll_region",
},
{ type => "str", value => "\e[3g", var => "clear_all_tabs" },
{ type => "str", value => "\e[H\e[2J", var => "clear_screen" },
{ type => "str", value => "\e[1K", var => "clr_bol" },
{ type => "str", value => "\e[K", var => "clr_eol" },
{ type => "str", value => "\e[J", var => "clr_eos" },
{ type => "str", value => "\e[%i%p1%dG", var => "column_address" },
{ type => "str", value => "\e[%i%p1%d;%p2%dH", var => "cursor_address" },
{ type => "str", value => "\n", var => "cursor_down" },
{ type => "str", value => "\e[H", var => "cursor_home" },
{ type => "str", value => "\e[?25l", var => "cursor_invisible" },
{ type => "str", value => "\b", var => "cursor_left" },
{ type => "str", value => "\e[?12l\e[?25h", var => "cursor_normal" },
{ type => "str", value => "\e[C", var => "cursor_right" },
{ type => "str", value => "\e[A", var => "cursor_up" },
( run in 0.914 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )