[BACK]Return to layout.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / top

Annotation of src/usr.bin/top/layout.h, Revision 1.1

1.1     ! downsj      1: /*     $OpenBSD$       */
        !             2:
        !             3: /*
        !             4:  *  Top - a top users display for Berkeley Unix
        !             5:  *
        !             6:  *  This file defines the locations on tne screen for various parts of the
        !             7:  *  display.  These definitions are used by the routines in "display.c" for
        !             8:  *  cursor addressing.
        !             9:  */
        !            10:
        !            11: #define  x_lastpid     10
        !            12: #define  y_lastpid     0
        !            13: #define  x_loadave     33
        !            14: #define  x_loadave_nompid      15
        !            15: #define  y_loadave     0
        !            16: #define  x_procstate   0
        !            17: #define  y_procstate   1
        !            18: #define  x_brkdn       15
        !            19: #define  y_brkdn       1
        !            20: #define  x_mem         8
        !            21: #define  y_mem         3
        !            22: #define  y_message     4
        !            23: #define  x_header      0
        !            24: #define  y_header      5
        !            25: #define  x_idlecursor  0
        !            26: #define  y_idlecursor  4
        !            27: #define  y_procs       6
        !            28:
        !            29: #define  y_cpustates   2