
  TYPE
    fdt$display_attribute = (fdc$inverse_video, fdc$low_intensity,
          fdc$high_intensity, fdc$blink, fdc$underline, fdc$protect,
          fdc$hidden, fdc$black_foreground, fdc$black_background,
          fdc$blue_foreground, fdc$blue_background, fdc$green_foreground,
          fdc$green_background, fdc$magenta_foreground, fdc$magenta_background,
          fdc$red_foreground, fdc$red_background, fdc$cyan_foreground,
          fdc$cyan_background, fdc$yellow_foreground, fdc$yellow_background,
          fdc$white_foreground, fdc$white_background, fdc$fine_line,
          fdc$medium_line, fdc$bold_line, fdc$fine_border, fdc$medium_border,
          fdc$bold_border, fdc$italic_display_attribute,
          fdc$title_display_attribute, fdc$input_display_attribute,
          fdc$error_display_attribute, fdc$message_display_attribute,
          fdc$display_left_to_right, fdc$display_right_to_left,
          fdc$push_input_character, fdc$user_attribute_1, fdc$user_attribute_2,
          fdc$user_attribute_3, fdc$user_attribute_4, fdc$user_attribute_5,
          fdc$user_attribute_6, fdc$user_attribute_7, fdc$user_attribute_8,
          fdc$user_attribute_9, fdc$user_attribute_10);

