You can use the consoleLib.currentRowAttrs system variable to hold display characteristics that apply to each row of a screen array as long as the cursor is in that row. For more information about screen arrays, see Using an array dictionary in Console UI.
Type: PresentationAttributes
consoleLib.currentRowAttrs.color = cyan;
consoleLib.currentRowAttrs.highlight=[bold];
consoleLib.currentDisplayAttrs {color=cyan, highlight=[bold]};
consoleLib.currentDisplayAttrs {color=cyan, highlight=[bold]};
openUI myRegister.registerArray
...
end
As the user scrolls down through the displayed items, data in the lines containing the cursor displays in a bold, light blue font.