Revision 9084,
621 bytes
checked in by ghudson, 28 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r9083,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* |
---|
2 | * Top - a top users display for Berkeley Unix |
---|
3 | * |
---|
4 | * This file defines the locations on tne screen for various parts of the |
---|
5 | * display. These definitions are used by the routines in "display.c" for |
---|
6 | * cursor addressing. |
---|
7 | */ |
---|
8 | |
---|
9 | #define x_lastpid 10 |
---|
10 | #define y_lastpid 0 |
---|
11 | #define x_loadave 33 |
---|
12 | #define x_loadave_nompid 15 |
---|
13 | #define y_loadave 0 |
---|
14 | #define x_procstate 0 |
---|
15 | #define y_procstate 1 |
---|
16 | #define x_brkdn 15 |
---|
17 | #define y_brkdn 1 |
---|
18 | #define x_mem 8 |
---|
19 | #define y_mem 3 |
---|
20 | #define y_message 4 |
---|
21 | #define x_header 0 |
---|
22 | #define y_header 5 |
---|
23 | #define x_idlecursor 0 |
---|
24 | #define y_idlecursor 4 |
---|
25 | #define y_procs 6 |
---|
26 | |
---|
27 | #define y_cpustates 2 |
---|
Note: See
TracBrowser
for help on using the repository browser.