summaryrefslogtreecommitdiffstats
path: root/Panel.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-11-23 16:23:18 +0100
committerBenBE <BenBE@geshi.org>2020-11-28 19:49:38 +0100
commit19b514168553c75a3d5a012b781efbfd00fccc08 (patch)
treee74918f4b1dad2b83b67e16cb235fc5c8b23b208 /Panel.h
parentea4f33409a978140493a43567fa3a3454ab03479 (diff)
Hide process selection on ESC
Do not highlight the current process line after pressing ESC in the main screen. Restore after pressing any key.
Diffstat (limited to 'Panel.h')
-rw-r--r--Panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Panel.h b/Panel.h
index 1ea5c7b8..86c134e0 100644
--- a/Panel.h
+++ b/Panel.h
@@ -109,7 +109,7 @@ int Panel_size(Panel* this);
void Panel_setSelected(Panel* this, int selected);
-void Panel_draw(Panel* this, bool focus);
+void Panel_draw(Panel* this, bool focus, bool highlightSelected);
void Panel_splice(Panel* this, Vector* from);

© 2014-2024 Faster IT GmbH | imprint | privacy policy