From 87a439e99412e2f9c285221da669c15a1e8e5034 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 14 Aug 2001 11:24:11 +0000 Subject: Irssi::TextUI::TextBufferVew should also contain the scroll.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1755 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/perl/textui/TextUI.xs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/perl/textui/TextUI.xs b/src/perl/textui/TextUI.xs index e003b49c..2fedc904 100644 --- a/src/perl/textui/TextUI.xs +++ b/src/perl/textui/TextUI.xs @@ -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); -- cgit v1.2.3