Variable: term-scroll-end
term-scroll-end is a buffer-local variable defined in term.el.gz.
Documentation
Bottom-most line (inclusive) of the scrolling region.
term-scroll-end must be in the range [0,term-height). In addition, its
value has to be greater than term-scroll-start, i.e. one line scroll regions
are not allowed.
Source Code
;; Defined in /usr/src/emacs/lisp/term.el.gz
(defvar-local term-scroll-end nil
"Bottom-most line (inclusive) of the scrolling region.
`term-scroll-end' must be in the range [0,term-height). In addition, its
value has to be greater than `term-scroll-start', i.e. one line scroll regions
are not allowed.")