From c0d7fe9af90c682b622fb257b92b319cbac7e30e Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sat, 16 Dec 2023 07:39:17 -0800 Subject: Small doc clarification --- src/Fl_Terminal.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Fl_Terminal.cxx') diff --git a/src/Fl_Terminal.cxx b/src/Fl_Terminal.cxx index 2e509c9f2..2b53c4a77 100644 --- a/src/Fl_Terminal.cxx +++ b/src/Fl_Terminal.cxx @@ -1153,8 +1153,9 @@ void Fl_Terminal::clear_tabstop(void) { } // Update the scrollbar based on screen, history buffer, etc -// Scrollbar should range from 0 (bottom) to hist_rows (top), -// the scrollbar's value indicating how far back into history. +// Scrollbar should range from 0 (bottom) to history_use() (top), +// the scrollbar's value being "how many lines we're scrolled back" +// into the screen history. // void Fl_Terminal::update_scrollbar(void) { int value_before = scrollbar->value(); -- cgit v1.2.3