mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 17:42:49 +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:
|
CODE:
|
||||||
textbuffer_view_set_default_indent(view, default_indent, longword_noindent, NULL);
|
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
|
void
|
||||||
textbuffer_view_set_scroll(view, scroll)
|
textbuffer_view_set_scroll(view, scroll)
|
||||||
Irssi::TextUI::TextBufferView view
|
Irssi::TextUI::TextBufferView view
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue