StatusbarItem - shabble/irssi-docs GitHub Wiki

Irssi::TextUI::StatusbarItem

home | Irssi | TextUI

See Creating a Statusbar Item in the Guide for further details on implementing Statusbaritems.

ATTRIBUTES

TODO

METHODS

default_handler $item, $get_size_only, $str, $data, $escape_vars

$item
$get_size_only
$str
$data
$escape_vars - defaults to TRUE

str is treated as a template while arguments can be given in $data. if escape_vars is set then colour codes are escaped in $data (like PARSE_FLAG_ESCAPE_VARS in parse_special)

⚠️ **GitHub.com Fallback** ⚠️