summaryrefslogtreecommitdiffstats
path: root/ColorsPanel.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-28 14:55:38 +0200
committercgzones <cgzones@googlemail.com>2020-10-02 14:41:27 +0200
commit4b14ab9789eee004daab8594ac00a113c18af060 (patch)
tree04136fedf18b4e81f15c86a0f2de4e4035f6e937 /ColorsPanel.c
parent8efc88593ab29ce409d720c2add603795d73f12a (diff)
Adjust colors
- do not reverse CPU steal and guest in monochrome - black on black in Light Terminal is not visible, use blue on black - white on blue in Light Terminal is display as blue on black, use yellow on black - re-draw FunctionBar after color change
Diffstat (limited to 'ColorsPanel.c')
-rw-r--r--ColorsPanel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ColorsPanel.c b/ColorsPanel.c
index cfd975da..972f6075 100644
--- a/ColorsPanel.c
+++ b/ColorsPanel.c
@@ -68,6 +68,7 @@ static HandlerResult ColorsPanel_eventHandler(Panel* super, int ch) {
clear();
Panel* menu = (Panel*) Vector_get(this->scr->panels, 0);
Header_draw(header);
+ FunctionBar_draw(super->currentBar, NULL);
RichString_setAttr(&(super->header), CRT_colors[PANEL_HEADER_FOCUS]);
RichString_setAttr(&(menu->header), CRT_colors[PANEL_HEADER_UNFOCUS]);
ScreenManager_resize(this->scr, this->scr->x1, header->height, this->scr->x2, this->scr->y2);

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