This commit is contained in:
Jari Matilainen 2018-03-20 09:31:55 +00:00 committed by GitHub
commit b11b4f3b2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,11 @@ textbuffer_view_set_default_indent(view, default_indent, longword_noindent)
CODE:
textbuffer_view_set_default_indent(view, default_indent, longword_noindent, NULL);
void
textbuffer_view_set_hidden_level(view, level)
Irssi::TextUI::TextBufferView view
int level
void
textbuffer_view_set_scroll(view, scroll)
Irssi::TextUI::TextBufferView view