Function: term-display-line
term-display-line is a byte-compiled function defined in term.el.gz.
Signature
(term-display-line TRUE-FILE LINE)
Source Code
;; Defined in /usr/src/emacs/lisp/term.el.gz
(t)));; Otherwise ignore it
;; Make sure the file named TRUE-FILE is in a buffer that appears on the screen
;; and that its line LINE is visible.
;; Put the overlay-arrow on the line LINE in that buffer.
;; This is mainly used by gdb.
(defun term-display-line (true-file line)
(term-display-buffer-line (find-file-noselect true-file) line))