Function: tty-frame-restack

tty-frame-restack is a function defined in term.c.

Signature

(tty-frame-restack FRAME1 FRAME2 &optional ABOVE)

Documentation

Restack FRAME1 below FRAME2 on terminals.

See also frame-restack.

Source Code

// Defined in /usr/src/emacs/src/term.c
{
  /* FIXME/tty: tty-frame-restack implementation.  */
  error ("tty-frame-restack is not implemented");
}