diff options
Diffstat (limited to '')
-rw-r--r-- | docs/Irssi/UI.pod | 13 | ||||
-rw-r--r-- | docs/Irssi/UI/Server.pod | 13 | ||||
-rw-r--r-- | docs/Irssi/UI/TextDest.pod | 11 | ||||
-rw-r--r-- | docs/Irssi/UI/Theme.pod | 8 | ||||
-rw-r--r-- | docs/Irssi/UI/Window.pod | 29 |
5 files changed, 74 insertions, 0 deletions
diff --git a/docs/Irssi/UI.pod b/docs/Irssi/UI.pod new file mode 100644 index 0000000..aac1c6e --- /dev/null +++ b/docs/Irssi/UI.pod @@ -0,0 +1,13 @@ +__END__ + +=head1 NAME + +Irssi::UI + +=head1 FIELDS + +=head1 METHODS + + Irssi::UI::deinit + Irssi::UI::init + Irssi::UI::processes diff --git a/docs/Irssi/UI/Server.pod b/docs/Irssi/UI/Server.pod new file mode 100644 index 0000000..7bc7080 --- /dev/null +++ b/docs/Irssi/UI/Server.pod @@ -0,0 +1,13 @@ +__END__ + +=head1 NAME + +Irssi::UI::Server + +=head1 FIELDS + +=head1 METHODS + + Irssi::UI::Server::gui_printtext_after + Irssi::UI::Server::term_refresh_freeze + Irssi::UI::Server::term_refresh_thaw diff --git a/docs/Irssi/UI/TextDest.pod b/docs/Irssi/UI/TextDest.pod new file mode 100644 index 0000000..24b9d04 --- /dev/null +++ b/docs/Irssi/UI/TextDest.pod @@ -0,0 +1,11 @@ +__END__ + +=head1 NAME + +Irssi::UI::TextDest + +=head1 FIELDS + +=head1 METHODS + + Irssi::UI::TextDest::print diff --git a/docs/Irssi/UI/Theme.pod b/docs/Irssi/UI/Theme.pod index 2e69186..2d2b7f6 100644 --- a/docs/Irssi/UI/Theme.pod +++ b/docs/Irssi/UI/Theme.pod @@ -8,6 +8,14 @@ Irssi::UI::Theme =head1 METHODS +=head2 C<format_expand> + +I<undocumented> + +=head2 C<get_format> + +I<undocumented> + =head1 THEME DOCUMENTATION When testing changes, the easiest way to reload the theme is with /RELOAD. diff --git a/docs/Irssi/UI/Window.pod b/docs/Irssi/UI/Window.pod index aa601a8..2dd6389 100644 --- a/docs/Irssi/UI/Window.pod +++ b/docs/Irssi/UI/Window.pod @@ -136,3 +136,32 @@ Return active item's name, or if none is active, window's name =head2 C<item_find $server, $name> Find window item that matches best to given arguments. + +=head1 Full list of functions + + Irssi::UI::Window::activity + Irssi::UI::Window::change_server + Irssi::UI::Window::command + Irssi::UI::Window::destroy + Irssi::UI::Window::format_get_text + Irssi::UI::Window::get_active_name + Irssi::UI::Window::get_history_lines + Irssi::UI::Window::gui_printtext_after + Irssi::UI::Window::item_add + Irssi::UI::Window::item_destroy + Irssi::UI::Window::item_find + Irssi::UI::Window::item_next + Irssi::UI::Window::item_prev + Irssi::UI::Window::item_remove + Irssi::UI::Window::items + Irssi::UI::Window::last_line_insert + Irssi::UI::Window::print + Irssi::UI::Window::print_after + Irssi::UI::Window::printformat + Irssi::UI::Window::set_active + Irssi::UI::Window::set_history + Irssi::UI::Window::set_level + Irssi::UI::Window::set_name + Irssi::UI::Window::set_refnum + Irssi::UI::Window::view + |