summaryrefslogtreecommitdiffstats
path: root/htop.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-01-27 17:14:15 +0100
committerChristian Göttsche <cgzones@googlemail.com>2021-01-27 17:14:15 +0100
commit6dba60f6bdebef740c7ddc916cd0c5f6837601ee (patch)
tree0b2b03a917a2043ad8a0980e592d3b5e46d04491 /htop.c
parent211121f060114bba5120538b77c8b94652d358df (diff)
Pass Settings to CRT_init
Resolve todo
Diffstat (limited to 'htop.c')
-rw-r--r--htop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/htop.c b/htop.c
index 49e158a7..20bd9e7b 100644
--- a/htop.c
+++ b/htop.c
@@ -441,7 +441,7 @@ int main(int argc, char** argv) {
Settings_setSortKey(settings, flags.sortKey);
}
- CRT_init(&(settings->delay), settings->colorScheme, flags.allowUnicode);
+ CRT_init(settings, flags.allowUnicode);
MainPanel* panel = MainPanel_new();
ProcessList_setPanel(pl, (Panel*) panel);

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