mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 20:24:35 +03:00
Settings: fix default and storage of sort keys
This commit is contained in:
@ -101,7 +101,7 @@ ScreenDefaults Platform_defaultScreens[] = {
|
||||
{
|
||||
.name = "L1 Data Cache",
|
||||
.columns = "PID USER PERCENT_CPU L1DREADS L1DRMISSES L1DWRITES L1DWMISSES Command",
|
||||
.sortKey = "LD1READS",
|
||||
.sortKey = "L1DREADS",
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user