Skip to main content

Problem:

What is the simplest way to set the default ADIS (DISPLAY) colours so that all DISPLAY statements would use the specified colour.

Resolution:

The simplest way to do this is is simply to clear the screen as follows:

      display spaces with foreground-colour 3

This sets the default Text colour to CYAN. The online documentation details the number that correspond to colours.

Old KB# 1249