diff options
author | Timo Sirainen <cras@irssi.org> | 2002-01-29 03:35:18 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-01-29 03:35:18 +0000 |
commit | 3801628b44e310f65fe04f9e428570d385000753 (patch) | |
tree | 8ed0d1c7fcbb8b29fd6fc8c8c628984fa8392ded /src/perl | |
parent | 2c3216d10cac60e3a0fdf8bc034a04eda70ba894 (diff) | |
download | irssi-3801628b44e310f65fe04f9e428570d385000753.zip |
Forgot to commit utf8 change here.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2356 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl')
-rw-r--r-- | src/perl/textui/TextBufferView.xs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/perl/textui/TextBufferView.xs b/src/perl/textui/TextBufferView.xs index 27ddfa7f..5b9b1cce 100644 --- a/src/perl/textui/TextBufferView.xs +++ b/src/perl/textui/TextBufferView.xs @@ -4,11 +4,12 @@ MODULE = Irssi::TextUI::TextBufferView PACKAGE = Irssi::TextUI::TextBuffer PRE PROTOTYPES: ENABLE Irssi::TextUI::TextBufferView -textbuffer_view_create(buffer, width, height, scroll) +textbuffer_view_create(buffer, width, height, scroll, utf8) Irssi::TextUI::TextBuffer buffer int width int height int scroll + int utf8 #******************************* MODULE = Irssi::TextUI::TextBufferView PACKAGE = Irssi::TextUI::TextBufferView PREFIX = textbuffer_view_ |