summaryrefslogtreecommitdiffstats
path: root/TraceScreen.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-01-27 23:28:37 -0200
committerHisham Muhammad <hisham@gobolinux.org>2018-02-17 15:30:15 -0200
commit52b5beb4e47b635712d9832ffe524d17c730f7b8 (patch)
treefeae1d46425f262d1e4df752a26bd3548519d094 /TraceScreen.c
parentdf9922a67eb8e02ab4cf1ff8f24b40f14094e699 (diff)
Move responsibility for cursor placement to Panels
Diffstat (limited to 'TraceScreen.c')
-rw-r--r--TraceScreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TraceScreen.c b/TraceScreen.c
index abef7120..57efcf88 100644
--- a/TraceScreen.c
+++ b/TraceScreen.c
@@ -86,7 +86,7 @@ void TraceScreen_draw(InfoScreen* this) {
mvhline(0, 0, ' ', COLS);
mvprintw(0, 0, "Trace of process %d - %s", this->process->pid, this->process->comm);
attrset(CRT_colors[DEFAULT_COLOR]);
- IncSet_drawBar(this->inc);
+ IncSet_drawBar(this->inc, CRT_colors[FUNCTION_BAR]);
}
bool TraceScreen_forkTracer(TraceScreen* this) {

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