aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts <[email protected]>2007-07-23 20:57:14 +0000
committerNick Roberts <[email protected]>2007-07-23 20:57:14 +0000
commitf09ff28afcea079e8f8e6909e095dddebb0e4a4b (patch)
tree445ea295591e42ae9d2ffbc48bbf9901e4f1d55e
parentd7009f45d8f4a5bb98790664290e8ef535dd74f0 (diff)
*** empty log message ***
-rw-r--r--man/screen.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/screen.texi b/man/screen.texi
index 87b037849c..90ec645a26 100644
--- a/man/screen.texi
+++ b/man/screen.texi
@@ -197,7 +197,7 @@ more information.
Normally, the mode line looks like this:
@example
--@var{cs}:@var{ch}-@var{fr} @var{buf} @var{pos} @var{line} (@var{major} @var{minor})------
+-@var{cs}:@var{ch}@var{R}-@var{fr} @var{buf} @var{pos} @var{line} (@var{major} @var{minor})------
@end example
@noindent
@@ -211,6 +211,9 @@ been edited (the buffer is ``modified''), or @samp{--} if the buffer has
not been edited. For a read-only buffer, it is @samp{%*} if the buffer
is modified, and @samp{%%} otherwise.
+ @var{R} is @samp{@@} if the default-directory for the current buffer
+is on a remote machine, or a hyphen otherwise.
+
@var{fr} gives the selected frame name (@pxref{Frames}). It appears
only on text-only terminals. The initial frame's name is @samp{F1}.