From 7fd224a668c06566f4e2c9ace4a35ad9a1e4214a Mon Sep 17 00:00:00 2001 From: Sadrul Habib Chowdhury Date: Sat, 28 Feb 2009 00:23:28 -0500 Subject: [PATCH] Update manual for 'rendition' Fixes #25668. --- src/doc/screen.1 | 2 +- src/doc/screen.texinfo | 20 ++++++++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/src/doc/screen.1 b/src/doc/screen.1 index 54ae2d2..314b758 100644 --- a/src/doc/screen.1 +++ b/src/doc/screen.1 @@ -2529,7 +2529,7 @@ Unlinks the screen-exchange file used by the commands \*Qwritebuf\*U and Change the way .I screen renders the titles of windows that have monitor or bell flags set in caption or hardstatus or windowlist. See the \*QSTRING ESCAPES\*U chapter for the syntax of the modifiers. -The default for monitor is currently \*Q=u dd\*U (underline, default colors) and for bell \*Q=B dd\*U (blink, default colors). +The default for monitor is currently \*Q=b \*U (bold, active colors) and for bell \*Q=ub \*U (underline, bold and active colors). .sp .ne 3 .B "reset" diff --git a/src/doc/screen.texinfo b/src/doc/screen.texinfo index 1e02c87..7a5d189 100644 --- a/src/doc/screen.texinfo +++ b/src/doc/screen.texinfo @@ -1071,6 +1071,8 @@ Store a string to a register. @xref{Registers}. Kill current region. @xref{Regions}. @item removebuf Delete the screen-exchange file. @xref{Screen Exchange}. +@item rendition bell | monitor | so @var{attr} [@var{color}] +Change text attributes in caption for flagged windows. @xref{Rendition}. @item reset Reset the terminal settings for the window. @xref{Reset}. @item resize [(+/-)lines] @@ -4332,6 +4334,7 @@ categories. * Version:: Display the version of @code{screen}. * Zombie:: Keep dead windows. * Printcmd:: Set command for VT100 printer port emulation. +* Rendition:: Change text attributes in caption for flagged windows. * Sorendition:: Change the text highlighting method. * Attrcolor:: Map attributes to colors. * Setsid:: Change process group management. @@ -4557,7 +4560,7 @@ If it exits normally ('0'), the window disappears. Any other exit value causes the window to become a zombie. @end deffn -@node Printcmd, Sorendition, Zombie, Miscellaneous +@node Printcmd, Rendition, Zombie, Miscellaneous @section Printcmd @deffn Command printcmd [@var{cmd}] (none)@* @@ -4573,7 +4576,20 @@ Warning: Be careful with this command! If other user have write access to your terminal, they will be able to fire off print commands. @end deffn -@node Sorendition, Attrcolor, Printcmd, Miscellaneous +@node Rendition, Sorendition, Printcmd, Miscellaneous +@section Rendition +@deffn Command rendition bell | monitor | so @var{attr} [@var{color}] +(none)@* +Change the way screen renders the titles of windows that have monitor +or bell flags set in caption or hardstatus or windowlist. +See the chapter +about string escapes (@pxref{String Escapes}) for the syntax of +the modifiers. The default for monitor is currently @samp{=b} (bold, +active colors), and for bell is @samp{=ub} (underline, bold and +active colors). +@end deffn + +@node Sorendition, Attrcolor, Rendition, Miscellaneous @section Sorendition @deffn Command sorendition [@var{attr} [@var{color}]] (none)@* -- 2.11.4.GIT