Mercurial > emacs
changeset 100721:c32a2b9414c1
(Top): Add @detailmenu items for "Multiple Terminals" and its subsections.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 27 Dec 2008 18:57:20 +0000 |
parents | 87e287e416fe |
children | d3aa3f329f1d |
files | doc/lispref/elisp.texi |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/elisp.texi Sat Dec 27 18:56:53 2008 +0000 +++ b/doc/lispref/elisp.texi Sat Dec 27 18:57:20 2008 +0000 @@ -961,6 +961,7 @@ * Text Terminal Colors:: Defining colors for text-only terminals. * Resources:: Getting resource values from the server. * Display Feature Testing:: Determining the features of a terminal. +* Multiple Terminals:: Displaying on several different devices. Frame Parameters @@ -982,6 +983,12 @@ * Cursor Parameters:: Controlling the cursor appearance. * Color Parameters:: Colors of various parts of the frame. +Multiple Terminals + +* Low-level Terminal:: Low-level manipulation of terminal objects. +* Terminal Parameters:: Parameters common for all frames on terminal. +* Frames on Other TTY devices:: Creating frames on other terminal devices. + Positions * Point:: The special position where editing takes place.