Function: term-pager-page

term-pager-page is an interactive and byte-compiled function defined in term.el.gz.

Signature

(term-pager-page ARG)

Documentation

Proceed past the **MORE** break, allowing the next page of output to appear.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/term.el.gz
(defun term-pager-page (arg)
  "Proceed past the **MORE** break, allowing the next page of output to appear."
  (interactive "p")
  (term-pager-line (* arg term-height)))