TEditorColor

Far Manager

TEditorColor

The EditorColor stucture for Delphi:
TEditorColor = packed record
  StringNumber: integer;
  ColorItem: integer;
  StartPos: integer;
  EndPos: integer;
  Color: integer;
end;
PEditorColor = ^TEditorColor;