mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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:
parent
2c3216d10c
commit
3801628b44
@ -4,11 +4,12 @@ MODULE = Irssi::TextUI::TextBufferView PACKAGE = Irssi::TextUI::TextBuffer PRE
|
|||||||
PROTOTYPES: ENABLE
|
PROTOTYPES: ENABLE
|
||||||
|
|
||||||
Irssi::TextUI::TextBufferView
|
Irssi::TextUI::TextBufferView
|
||||||
textbuffer_view_create(buffer, width, height, scroll)
|
textbuffer_view_create(buffer, width, height, scroll, utf8)
|
||||||
Irssi::TextUI::TextBuffer buffer
|
Irssi::TextUI::TextBuffer buffer
|
||||||
int width
|
int width
|
||||||
int height
|
int height
|
||||||
int scroll
|
int scroll
|
||||||
|
int utf8
|
||||||
|
|
||||||
#*******************************
|
#*******************************
|
||||||
MODULE = Irssi::TextUI::TextBufferView PACKAGE = Irssi::TextUI::TextBufferView PREFIX = textbuffer_view_
|
MODULE = Irssi::TextUI::TextBufferView PACKAGE = Irssi::TextUI::TextBufferView PREFIX = textbuffer_view_
|
||||||
|
Loading…
Reference in New Issue
Block a user