Mithilfe der Systemvariablen consoleLib.defaultDisplayAttributes können Sie Standardanzeigemerkmale für Text angeben, der unter Verwendung der verschiedenen Anzeigefunktionen ('display') in 'consoleLib', z. B. consoleLib.displayAtLine() oder consoleLib.displayAtPosition(), erstellt wurde.
Typ: PresentationAttributes
consoleLib.defaultDisplayAttributes.color = red;
consoleLib.defaultDisplayAttributes.highlight=[underline];
consoleLib.defaultDisplayAttributes {color = red, highlight=[underline]};
consoleLib.defaultDisplayAttributes {color=red};
openUI myRegister;