JET 3270 Documentation
JET 3270 2.4E     Reference - Preferences
 
Table of Contents
Previous
Next

Colours

Overview

JET 3270 operates in either base colour mode or extended colour mode.

Base colour mode is the initial state. In this mode the colour of text is determined by the protect and intensify bits of the field attribute.

JET 3270 switches to extended colour mode if it recieves the foreground colour or background colour attribute types. In this mode the foreground and background colour of text is determined by its character and extended field attributes. If both the character and extended field attributes specify the default foreground colour then the colour is determined by the intensify bit of the field attribute. If both specify the default background colour the background colour preference is used. Nine preferences in the Extended Colours group configure these colours.

JET 3270 returns to base colour mode if it receives an Erase/Write or Erase/Write Alternate command with the reset bit of the WCC set to one or the user presses the Clear key.

Details

Applet parameter name: background_colour
Group: Colours
Label on Change Preference Set screen: Background Colour
Value type: Colour
Allowed values: See Colour Values
Default value: black
Description
Colour of terminal screen background

Applet parameter name: cursor_colour
Group: Colours
Label on Change Preference Set screen: Cursor Colour
Value type: Colour
Allowed values: See Colour Values
Default value: white
Description
Colour of cursor

Applet parameter name: intensified_protected_colour
Group: Colours
Label on Change Preference Set screen: Intensifed, Protected
Value type: Colour
Allowed values: See Colour Values
Default value: white
Description
Colour of text in intensified, protected fields in base colour mode

Applet parameter name: intensified_unprotected_colour
Group: Colours
Label on Change Preference Set screen: Intensifed, Unrotected
Value type: Colour
Allowed values: See Colour Values
Default value: red
Description
Colour of text in intensified, unprotected fields in base colour mode

Applet parameter name: normal_protected_colour
Group: Colours
Label on Change Preference Set screen: Normal, Protected
Value type: Colour
Allowed values: See Colour Values
Default value: blue
Description
Colour of text in normal intensity, protected fields in base colour mode

Applet parameter name: normal_unprotected_colour
Group: Colours
Label on Change Preference Set screen: Normal, Unprotected
Value type: Colour
Allowed values: See Colour Values
Default value: green
Description
Colour of text in normal intensity, unprotected fields in base colour mode

Applet parameter name: selection_colour
Group: Colours
Label on Change Preference Set screen: Selection Colour
Value type: Colour
Allowed values: See Colour Values
Default value: lightGray
Description
Colour of selected text during copy and cut operations

Colour Values

Colour values are specified in one of two ways:

  • By name. One of the following names may be specified:
    • black
    • blue
    • cyan
    • darkGray
    • darkGrey
    • gray
    • green
    • grey
    • lightGray
    • lightGrey
    • magenta
    • orange
    • pink
    • red
    • white
    • yellow

    For example:

    <PARAM NAME="background_colour" VALUE="gray">

  • By its component red, green and blue values (in that order). These must be specified as three integers in the range 0 to 255, and separated by commas. For example:

    <PARAM NAME="background_colour" VALUE="255,0,0">

    (This would configure a bright red background)
Table of Contents | Previous | Next
Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.