mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Irssi::TextUI::TextBufferVew should also contain the scroll..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1755 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5694dbfdb7
commit
87a439e994
@ -28,6 +28,7 @@ static void perl_text_buffer_view_fill_hash(HV *hv, TEXT_BUFFER_VIEW_REC *view)
|
||||
|
||||
hv_store(hv, "default_indent", 14, newSViv(view->default_indent), 0);
|
||||
hv_store(hv, "longword_noindent", 17, newSViv(view->longword_noindent), 0);
|
||||
hv_store(hv, "scroll", 6, newSViv(view->scroll), 0);
|
||||
|
||||
hv_store(hv, "ypos", 4, newSViv(view->ypos), 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user