diff options
author | Tom Feist <shabble@metavore.org> | 2010-10-06 17:21:24 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-10-06 17:21:24 +0000 |
commit | a5f5201e9cacb1587b0101e2e182307b638e172f (patch) | |
tree | c9d2f8f28917febafd07cf77a1b6e05cb70d8f7a /docs/Irssi | |
parent | more progress on replacing prompt bar for visual mode and other trickery. Pr... (diff) | |
download | irssi-scripts-a5f5201e9cacb1587b0101e2e182307b638e172f.tar.gz irssi-scripts-a5f5201e9cacb1587b0101e2e182307b638e172f.zip |
documentation improvements
Diffstat (limited to '')
-rw-r--r-- | docs/Irssi/TextUI/StatusbarItem.pod | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/Irssi/TextUI/StatusbarItem.pod b/docs/Irssi/TextUI/StatusbarItem.pod index 87de288..b62890c 100644 --- a/docs/Irssi/TextUI/StatusbarItem.pod +++ b/docs/Irssi/TextUI/StatusbarItem.pod @@ -4,11 +4,26 @@ __END__ Irssi::TextUI::StatusbarItem +=head1 DESCRIPTION + =head1 FIELDS =head1 METHODS =head2 C<default_handler> -I<undocumented> +=over + +=item C<$item> + +=item C<$get_size_only> + +=item C<$str> + +=item C<$data> + +=item C<$escape_vars> - defaults to C<TRUE> + +=back + |