Introduce screen tabs

This commit is contained in:
Hisham Muhammad
2018-08-24 22:45:55 -03:00
parent e77a16f4ae
commit 8c43218aa0
22 changed files with 145 additions and 16 deletions

View File

@ -31,7 +31,7 @@ const unsigned int Platform_numberOfSignals = sizeof(Platform_signals)/sizeof(Si
ScreenDefaults Platform_defaultScreens[] = {
{
.name = "Default",
.name = "Main",
.columns = "PID LWPID USER PRIORITY NICE M_SIZE M_RESIDENT STATE PERCENT_CPU PERCENT_MEM TIME Command",
.sortKey = "PERCENT_CPU",
},