Skip to main content

What is the simplest way to set the default ADIS (DISPLAY) colours.

  • February 15, 2013
  • 0 replies
  • 0 views

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