Variable: terminal-frame
terminal-frame is a variable defined in frame.c.
Value
#<frame F1 0x556810dab188>
Documentation
The initial frame-object, which represents Emacs's stdout.
Source Code
// Defined in /usr/src/emacs/src/frame.c
DEFVAR_LISP ("terminal-frame", Vterminal_frame,
doc: /* The initial frame-object, which represents Emacs's stdout. */);