far.Text

LuaFAR 3

far.Text


far.Text (X, Y, Color, Str)

Parameters:
  X:     integer
  Y:     integer
  Color: table tFarColor, or integer
  Str:   string, or nil (if nil, NULL is passed to Far)

Returns:
  nothing

Note:
  All parameters are optional.
  far.Text() is equivalent to far.Text(0,0,0x0F,nil).

Far API used:
  Text