diff options
author | Tom Feist <shabble@cowu.be> | 2010-08-22 16:13:35 +0000 |
---|---|---|
committer | Tom Feist <shabble@cowu.be> | 2010-08-22 16:13:35 +0000 |
commit | 24e48ff237a5f200ed3e36a660ee920583ab49ca (patch) | |
tree | a8ae05bed1e0a57485526e92b56e9649010edc23 /docs/Irssi/UI | |
parent | oh god stupid git. Well, also my fault for committing the wrong thing. (diff) | |
download | irssi-scripts-24e48ff237a5f200ed3e36a660ee920583ab49ca.tar.gz irssi-scripts-24e48ff237a5f200ed3e36a660ee920583ab49ca.zip |
moved some stuff into General, and started to modify buildpod.pl to render a better index page.
Diffstat (limited to '')
-rw-r--r-- | docs/Irssi/UI/Theme.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Irssi/UI/Theme.pod b/docs/Irssi/UI/Theme.pod index 1df1ada..323e6b3 100644 --- a/docs/Irssi/UI/Theme.pod +++ b/docs/Irssi/UI/Theme.pod @@ -8,11 +8,11 @@ Irssi::UI::Theme =head1 METHODS -=head2 C<format_expand> +=head2 C<format_expand $theme, $format, $flags> I<undocumented> -=head2 C<get_format> +=head2 C<get_format $theme, $module, $tag> I<undocumented> @@ -49,7 +49,7 @@ The actual mechanism used by Irssi to print text into the client involves a certain amount of indirection, which allows themes to reformat messages in various ways before they are displayed. - +The overall structure of these The real text formats that irssi uses are the ones you can find with /FORMAT command. Back in the old days all the colors and texts were mixed |