new feature: apply filter to screen (Ctrl-F)
if one applies a filter, only items that contain this filter will be displayed. works on all screens.
This commit is contained in:
@@ -43,3 +43,7 @@ bool List::Deselect()
|
||||
return true;
|
||||
}
|
||||
|
||||
template <> std::string Menu<std::string>::GetOption(size_t pos)
|
||||
{
|
||||
return itsOptionsPtr->at(pos) ? (*itsOptionsPtr)[pos]->Item : "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user