Whole document tree
    

Whole document tree

Screen

Screen

Name

Screen -- Text that a user sees or might see on a computer screen

Description

Text that a user sees or might see on a computer screen. It consists of in-line elements, in which line breaks and leading white space are considered significant. It has common and Width attributes.

Attributes

Width

Width indicates the width of the longest line in the element to which it pertains, in number of characters.

Format

Line ends and leading white space must be preserved in output.

Examples

<SCREEN ID="SC-1015-12-24" WIDTH="44">
<PROMPT>%</PROMPT> <USERINPUT>make install</USERINPUT>
install -c -m 0644 rgb.txt /usr/lib/X11
install -c -m 0644 rgb.dir /usr/lib/X11
install -c -m 0644 rgb.pag /usr/lib/X11
install -c -s showrgb /usr/lib/X11
install in ./rgb done

</SCREEN>