From bd4f506b632dff6b2bbac6e62b008da75e0eb714 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 11 May 2002 22:17:16 +0000 Subject: added format_get_length(), format_real_length() and strip_codes() git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2774 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/perl/ui/Formats.xs | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src') diff --git a/src/perl/ui/Formats.xs b/src/perl/ui/Formats.xs index f9cc0200..5c95e56c 100644 --- a/src/perl/ui/Formats.xs +++ b/src/perl/ui/Formats.xs @@ -3,6 +3,19 @@ MODULE = Irssi::UI::Formats PACKAGE = Irssi::UI::Window PROTOTYPES: ENABLE +int +format_get_length(str) + char *str + +int +format_real_length(str, len) + char *str + int len + +char * +strip_codes(input) + char *input + void format_get_text(window, module, server, target, formatnum, ...) Irssi::UI::Window window -- cgit v1.2.3