Function: term-interrupt-subjob
term-interrupt-subjob is an interactive and byte-compiled function
defined in term.el.gz.
Signature
(term-interrupt-subjob)
Documentation
Interrupt the current subjob.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/term.el.gz
(defun term-interrupt-subjob ()
"Interrupt the current subjob."
(interactive)
(interrupt-process nil term-ptyp))