default sort

This commit is contained in:
albert 2002-10-11 23:30:29 +00:00
parent 3615538e2e
commit 0ab188d8c4
2 changed files with 3 additions and 3 deletions

4
top.c
View File

@ -1617,9 +1617,9 @@ static void windows_stage1 (void)
const int sort; const int sort;
const int clrs[4]; /* summ, msgs, heads, task */ const int clrs[4]; /* summ, msgs, heads, task */
} wtab[] = { } wtab[] = {
{ "Def", DEF_FIELDS, P_PID, { "Def", DEF_FIELDS, P_CPU,
{ COLOR_RED, COLOR_RED, COLOR_YELLOW, COLOR_RED } }, { COLOR_RED, COLOR_RED, COLOR_YELLOW, COLOR_RED } },
{ "Job", JOB_FIELDS, P_TM2, { "Job", JOB_FIELDS, P_PID,
{ COLOR_CYAN, COLOR_CYAN, COLOR_WHITE, COLOR_CYAN } }, { COLOR_CYAN, COLOR_CYAN, COLOR_WHITE, COLOR_CYAN } },
{ "Mem", MEM_FIELDS, P_MEM, { "Mem", MEM_FIELDS, P_MEM,
{ COLOR_MAGENTA, COLOR_MAGENTA, COLOR_BLUE, COLOR_MAGENTA } }, { COLOR_MAGENTA, COLOR_MAGENTA, COLOR_BLUE, COLOR_MAGENTA } },

2
top.h
View File

@ -297,7 +297,7 @@ typedef struct win {
/* These are the possible fscanf formats used in /proc/stat /* These are the possible fscanf formats used in /proc/stat
reads during history processing. reads during history processing.
( 5th number added in anticipation of kernel change ) */ ( 5th number only for Linux 2.5.41 and above ) */
#define CPU_FMTS_JUST1 "cpu %Lu %Lu %Lu %Lu %Lu" #define CPU_FMTS_JUST1 "cpu %Lu %Lu %Lu %Lu %Lu"
#ifdef PRETEND4CPUS #ifdef PRETEND4CPUS
#define CPU_FMTS_MULTI CPU_FMTS_JUST1 #define CPU_FMTS_MULTI CPU_FMTS_JUST1