diff --git a/src/btop_input.cpp b/src/btop_input.cpp index 39fbd8a..f83dcf0 100644 --- a/src/btop_input.cpp +++ b/src/btop_input.cpp @@ -294,6 +294,10 @@ namespace Input { Config::set("proc_filtering", false); old_filter.clear(); } + else if (key == "down") { + Config::set("proc_filter", Proc::filter.text); + Config::set("proc_filtering", false); + } else if (key == "escape" or key == "mouse_click") { Config::set("proc_filter", old_filter); Config::set("proc_filtering", false);