From ac6264f3bb3a792b523123b44477fdfc83cdfc34 Mon Sep 17 00:00:00 2001 From: Curtis Brown Date: Mon, 13 Jul 2009 21:12:02 -0700 Subject: [PATCH] Document deprecated status of sorendition. --- src/doc/screen.1 | 6 +----- src/doc/screen.texinfo | 9 ++------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/src/doc/screen.1 b/src/doc/screen.1 index b781e3a..203f45e 100644 --- a/src/doc/screen.1 +++ b/src/doc/screen.1 @@ -2723,11 +2723,7 @@ default screenrc files to have an effect. .B sorendition .RB [ "\fIattr\fR " [ \fIcolor ]] .PP -Change the way -.I screen -does highlighting for text marking and printing messages. -See the \*QSTRING ESCAPES\*U chapter for the syntax of the modifiers. -The default is currently \*Q=s dd\*U (standout, default colors). +This command is deprecated. See "rendition so" instead. .sp .ne 3 .B split diff --git a/src/doc/screen.texinfo b/src/doc/screen.texinfo index cfcbafe..001169c 100644 --- a/src/doc/screen.texinfo +++ b/src/doc/screen.texinfo @@ -1108,7 +1108,7 @@ Slow down pasting in windows. @xref{Paste}. @item source @var{file} Run commands from a file. @xref{Source}. @item sorendition [@var{attr} [@var{color}]] -Change text highlighting. @xref{Sorendition}. +Deprecated. Use @code{rendition so} instead. @xref{Rendition}. @item split Split region into two parts. @xref{Regions}. @item startup_message @var{state} @@ -4608,12 +4608,7 @@ active colors). @section Sorendition @deffn Command sorendition [@var{attr} [@var{color}]] (none)@* -Change the way screen does highlighting for text marking and printing -messages. -See the chapter -about string escapes (@pxref{String Escapes}) for the syntax of -the modifiers. The default is currently @samp{=s dd} (standout, -default colors). +This command has been deprecated. Use @code{rendition so} instead. @end deffn @node Attrcolor, Setsid, Sorendition, Miscellaneous