summaryrefslogtreecommitdiffstats
path: root/ProcessList.c
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2021-01-21 14:27:23 +0100
committerDaniel Lange <DLange@git.local>2021-01-21 14:27:23 +0100
commit4531b31d92d23072fa978a3dedcbcab50c936188 (patch)
tree67d1e211d5d0c3d0d747bf7cd676a8a1cc040184 /ProcessList.c
parentb20bb543ced602748d3d5fad191dda07919be13d (diff)
Sort out the mess around column sorting that had accumulated over time
Diffstat (limited to 'ProcessList.c')
-rw-r--r--ProcessList.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ProcessList.c b/ProcessList.c
index 4dfbe21d..f434654c 100644
--- a/ProcessList.c
+++ b/ProcessList.c
@@ -116,7 +116,7 @@ void ProcessList_printHeader(const ProcessList* this, RichString* header) {
RichString_rewind(header, 1); // rewind to override space
RichString_appendnWide(header,
CRT_colors[PANEL_SELECTION_FOCUS],
- CRT_treeStr[Settings_getActiveDirection(this->settings) == 1 ? TREE_STR_DESC : TREE_STR_ASC],
+ CRT_treeStr[Settings_getActiveDirection(this->settings) == 1 ? TREE_STR_ASC : TREE_STR_DESC],
1);
}
if (COMM == fields[i] && settings->showMergedCommand) {

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