aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/screen.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/screen.texi b/man/screen.texi
index 87b037849ce..90ec645a26f 100644
--- a/man/screen.texi
+++ b/man/screen.texi
@@ -197,7 +197,7 @@ more information.
197 Normally, the mode line looks like this: 197 Normally, the mode line looks like this:
198 198
199@example 199@example
200-@var{cs}:@var{ch}-@var{fr} @var{buf} @var{pos} @var{line} (@var{major} @var{minor})------ 200-@var{cs}:@var{ch}@var{R}-@var{fr} @var{buf} @var{pos} @var{line} (@var{major} @var{minor})------
201@end example 201@end example
202 202
203@noindent 203@noindent
@@ -211,6 +211,9 @@ been edited (the buffer is ``modified''), or @samp{--} if the buffer has
211not been edited. For a read-only buffer, it is @samp{%*} if the buffer 211not been edited. For a read-only buffer, it is @samp{%*} if the buffer
212is modified, and @samp{%%} otherwise. 212is modified, and @samp{%%} otherwise.
213 213
214 @var{R} is @samp{@@} if the default-directory for the current buffer
215is on a remote machine, or a hyphen otherwise.
216
214 @var{fr} gives the selected frame name (@pxref{Frames}). It appears 217 @var{fr} gives the selected frame name (@pxref{Frames}). It appears
215only on text-only terminals. The initial frame's name is @samp{F1}. 218only on text-only terminals. The initial frame's name is @samp{F1}.
216 219