Mercurial > emacs
comparison doc/lispref/elisp.texi @ 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 | b31133dbfd6d |
children | cb5d2387102c |
comparison
equal
deleted
inserted
replaced
100720:87e287e416fe | 100721:c32a2b9414c1 |
---|---|
959 * Drag and Drop:: Internals of Drag-and-Drop implementation. | 959 * Drag and Drop:: Internals of Drag-and-Drop implementation. |
960 * Color Names:: Getting the definitions of color names. | 960 * Color Names:: Getting the definitions of color names. |
961 * Text Terminal Colors:: Defining colors for text-only terminals. | 961 * Text Terminal Colors:: Defining colors for text-only terminals. |
962 * Resources:: Getting resource values from the server. | 962 * Resources:: Getting resource values from the server. |
963 * Display Feature Testing:: Determining the features of a terminal. | 963 * Display Feature Testing:: Determining the features of a terminal. |
964 * Multiple Terminals:: Displaying on several different devices. | |
964 | 965 |
965 Frame Parameters | 966 Frame Parameters |
966 | 967 |
967 * Parameter Access:: How to change a frame's parameters. | 968 * Parameter Access:: How to change a frame's parameters. |
968 * Initial Parameters:: Specifying frame parameters when you make a frame. | 969 * Initial Parameters:: Specifying frame parameters when you make a frame. |
979 enabling or disabling some parts. | 980 enabling or disabling some parts. |
980 * Buffer Parameters:: Which buffers have been or should be shown. | 981 * Buffer Parameters:: Which buffers have been or should be shown. |
981 * Management Parameters:: Communicating with the window manager. | 982 * Management Parameters:: Communicating with the window manager. |
982 * Cursor Parameters:: Controlling the cursor appearance. | 983 * Cursor Parameters:: Controlling the cursor appearance. |
983 * Color Parameters:: Colors of various parts of the frame. | 984 * Color Parameters:: Colors of various parts of the frame. |
985 | |
986 Multiple Terminals | |
987 | |
988 * Low-level Terminal:: Low-level manipulation of terminal objects. | |
989 * Terminal Parameters:: Parameters common for all frames on terminal. | |
990 * Frames on Other TTY devices:: Creating frames on other terminal devices. | |
984 | 991 |
985 Positions | 992 Positions |
986 | 993 |
987 * Point:: The special position where editing takes place. | 994 * Point:: The special position where editing takes place. |
988 * Motion:: Changing point. | 995 * Motion:: Changing point. |