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:
@@ -424,7 +424,7 @@ string Window::GetString(const string &base, size_t length, size_t width, bool e
|
||||
mvwhline(itsWindow, y, minx, '*', maxx-minx);
|
||||
|
||||
if (itsGetStringHelper)
|
||||
itsGetStringHelper();
|
||||
itsGetStringHelper(tmp);
|
||||
|
||||
wmove(itsWindow, y, x);
|
||||
input = wgetch(itsWindow);
|
||||
|
||||
Reference in New Issue
Block a user