Variable: term-input-filter-functions
term-input-filter-functions is a variable defined in term.el.gz.
Value
nil
Documentation
Functions to call before input is sent to the process.
These functions get one argument, a string containing the text to send.
This variable is buffer-local.
Source Code
;; Defined in /usr/src/emacs/lisp/term.el.gz
(defvar term-input-filter-functions '()
"Functions to call before input is sent to the process.
These functions get one argument, a string containing the text to send.
This variable is buffer-local.")