far.Colors

LuaFAR 3

far.Colors


far.Colors

Description:
  A table containing values of all constants (32 bit integers)
  from farcolor.hpp indexed by their string names.

Example of use:
  local FC = far.Colors
  far.AdvControl ("ACTL_SETARRAYCOLOR", nil,
      { Flags="FCLR_REDRAW", StartIndex=FC.COL_EDITORTEXT,
        0x4E, 0xE4
      })