changeset 39164:ecf35d2638f4

Explain about multiple cursors.
author Richard M. Stallman <rms@gnu.org>
date Thu, 06 Sep 2001 19:41:11 +0000
parents 8c66ad9acae0
children 27db1f1aac19
files man/screen.texi
diffstat 1 files changed, 14 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/man/screen.texi	Thu Sep 06 19:39:40 2001 +0000
+++ b/man/screen.texi	Thu Sep 06 19:41:11 2001 +0000
@@ -75,25 +75,26 @@
   Sometimes people speak of ``the cursor'' when they mean ``point,'' or
 speak of commands that move point as ``cursor motion'' commands.
 
-  Terminals have only one cursor, and when output is in progress it must
-appear where the typing is being done.  This does not mean that point is
-moving.  It is only that Emacs has no way to show you the location of point
-except when the terminal is idle.
+  Text-only terminals have only one cursor, and when output is in
+progress it must appear where the output is being displayed.  This
+does not mean that point is moving.  It is only that Emacs has no way
+to show you the location of point except when the terminal is idle.
 
   If you are editing several files in Emacs, each in its own buffer,
 each buffer has its own point location.  A buffer that is not currently
 displayed remembers where point is in case you display it again later.
 
-  When there are multiple windows in a frame, each window has its own
-point location.  The cursor shows the location of point in the selected
-window.  This also is how you can tell which window is selected.  If the
-same buffer appears in more than one window, each window has its own
-position for point in that buffer.
+  When Emacs displays multiple windows, each window has its own point
+location.  On text-only terminals, the cursor shows the location of
+point in the selected window.  On graphical terminals, Emacs shows a
+cursor in each window; the selected window's cursor is solid, and the
+other cursors are hollow.  Either way, the cursor or cursors tell you
+which window is selected.  If the same buffer appears in more than one
+window, each window has its own position for point in that buffer, and
+(when possible) its own cursor.
 
-  When there are multiple frames, each frame can display one cursor.
-The cursor in the selected frame is solid; the cursor in other frames is
-a hollow box, and appears in the window that would be selected if you
-give the input focus to that frame.
+  @xref{Cursor Display}, for customization options that control display
+of the cursor or cursors.
 
   The term ``point'' comes from the character @samp{.}, which was the
 command in TECO (the language in which the original Emacs was written)