far.Show

LuaFAR 3

far.Show


Item, Position = far.Show (...)

Parameters:
  Arbitrary number of arguments.
  Each argument may be of any Lua type.

Returns:
  Item, Position - same as in far.Menu.

Description:
  This function shows representation of its arguments in a menu
  window. It is handy for displaying multiple values at once, or
  long multi-line strings.

  The function calls far.MakeMenuItems internally, then far.Menu.

  Due to using far.MakeMenuItems the returned Item table contains
  the value of the corresponding original argument under the field 'arg'.