From 19b514168553c75a3d5a012b781efbfd00fccc08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Mon, 23 Nov 2020 16:23:18 +0100 Subject: Hide process selection on ESC Do not highlight the current process line after pressing ESC in the main screen. Restore after pressing any key. --- htop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'htop.c') diff --git a/htop.c b/htop.c index 2c22b14f..41ef155e 100644 --- a/htop.c +++ b/htop.c @@ -320,6 +320,7 @@ int main(int argc, char** argv) { .panel = (Panel*) panel, .header = header, .pauseProcessUpdate = false, + .hideProcessSelection = false, }; MainPanel_setState(panel, &state); -- cgit v1.2.3