// src tui finder index
/// Column width metrics cached at index build time so the popup renders at a
/// stable size regardless of the current query results.
pubconstFINDER_COLUMN_COUNT:usize=5;pubconstFINDER_HEADERS:[&str;FINDER_COLUMN_COUNT]=["Name","Project","Branch","Dir","Type"];pub(super)constMIN_POPUP_WIDTH:u16=60;