1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Forgot to commit utf8 change here.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2356 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-01-29 03:35:18 +00:00 committed by cras
parent 2c3216d10c
commit 3801628b44

View File

@ -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_