Function: term--reset-scroll-region
term--reset-scroll-region is a byte-compiled function defined in
term.el.gz.
Signature
(term--reset-scroll-region)
Documentation
Set the scroll region to the full height of the terminal.
Source Code
;; Defined in /usr/src/emacs/lisp/term.el.gz
(defun term--reset-scroll-region ()
"Set the scroll region to the full height of the terminal."
(term-set-scroll-region 0 (term--last-line)))