Variable: resume-tty-functions

resume-tty-functions is a variable defined in term.c.

Value

nil

Documentation

Functions run after resuming a tty.

The functions are run with one argument, the terminal object that was revived. See resume-tty.

View in manual

Probably introduced at or before Emacs version 23.1.

Source Code

// Defined in /usr/src/emacs/src/term.c
  DEFVAR_LISP ("resume-tty-functions", Vresume_tty_functions,
    doc: /* Functions run after resuming a tty.
The functions are run with one argument, the terminal object that was revived.
See `resume-tty'.  */);