From e571e75266c1a75ac309339c04879886cbd298cf Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 23 Mar 1997 18:53:01 +0000 Subject: Apply the FreeBSD-local patches. Obtained from: The ports collection. --- contrib/top/layout.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'contrib/top/layout.h') diff --git a/contrib/top/layout.h b/contrib/top/layout.h index 77ce102..5db383f 100644 --- a/contrib/top/layout.h +++ b/contrib/top/layout.h @@ -15,13 +15,15 @@ #define y_procstate 1 #define x_brkdn 15 #define y_brkdn 1 -#define x_mem 8 +#define x_mem 5 #define y_mem 3 -#define y_message 4 +#define x_swap 6 +#define y_swap 4 +#define y_message 5 #define x_header 0 -#define y_header 5 +#define y_header 6 #define x_idlecursor 0 -#define y_idlecursor 4 -#define y_procs 6 +#define y_idlecursor 5 +#define y_procs 7 #define y_cpustates 2 -- cgit v1.1