
  TYPE
    cst$field_attribute_keys = (csc$fld_x_position, csc$fld_y_position,
          csc$fld_visible_characters, csc$fld_visible_lines,
          csc$fld_characters, csc$fld_lines, csc$fld_data_character_position,
          csc$fld_data_line_number, csc$fld_input, csc$fld_visible,
          csc$fld_justification, csc$fld_boundary_processing,
          csc$fld_foreground_color_index, csc$fld_background_color_index,
          csc$fld_highlighting, csc$fld_physical_highlighting,
          csc$fld_logical_highlighting);

