scroll indication

From The x3270 Wiki

A b3270 protocol message that indicates that the screen was scrolled up one row.

Attribute Always present? Type Purpose
fg no string Foreground color for bottom row
bg no string Background color for bottom row

The foreground and background colors are present only in color mode.

Example (XML)

<scroll bg="neutralBlack" fg="blue"/>

Exmaple (JSON)

New in 4.2

{ "scroll": { "bg": "neutralBlack", "fg": "blue" } }