mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02: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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue