mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
add access to set hidden_level from perl
This commit is contained in:
parent
26d96a7bb2
commit
40d800637a
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue