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);