mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
add access to set hidden_level from perl
This commit is contained in:
parent
26d96a7bb2
commit
40d800637a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user