PanelRedrawInfo

Far Manager

PanelRedrawInfo

The PanelRedrawInfo structure can be used to determine the new cursor position after a panel redraw caused by the Control function.
struct PanelRedrawInfo
{
  int CurrentItem;
  int TopPanelItem;
};

Elements

CurrentItem
Zero-based index of the current panel item.
TopPanelItem
Zero-based index of the first visible panel item.
See also: