summaryrefslogtreecommitdiffstats
path: root/contrib/top/layout.h
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-03-23 18:51:21 +0000
committerjoerg <joerg@FreeBSD.org>1997-03-23 18:51:21 +0000
commitc1a738a3bedc8182878c8f04311d72237fc15d4b (patch)
tree8b24c51ef0531ab64a41a4daec79701f26666c39 /contrib/top/layout.h
parent11933497bf01333f6eb1082c6e45c221b90035d1 (diff)
parent1b9d0472b72177a604d3c5dd26d25eec00049bd2 (diff)
downloadFreeBSD-src-c1a738a3bedc8182878c8f04311d72237fc15d4b.zip
FreeBSD-src-c1a738a3bedc8182878c8f04311d72237fc15d4b.tar.gz
This commit was generated by cvs2svn to compensate for changes in r24139,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/top/layout.h')
-rw-r--r--contrib/top/layout.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/contrib/top/layout.h b/contrib/top/layout.h
new file mode 100644
index 0000000..77ce102
--- /dev/null
+++ b/contrib/top/layout.h
@@ -0,0 +1,27 @@
+/*
+ * Top - a top users display for Berkeley Unix
+ *
+ * This file defines the locations on tne screen for various parts of the
+ * display. These definitions are used by the routines in "display.c" for
+ * cursor addressing.
+ */
+
+#define x_lastpid 10
+#define y_lastpid 0
+#define x_loadave 33
+#define x_loadave_nompid 15
+#define y_loadave 0
+#define x_procstate 0
+#define y_procstate 1
+#define x_brkdn 15
+#define y_brkdn 1
+#define x_mem 8
+#define y_mem 3
+#define y_message 4
+#define x_header 0
+#define y_header 5
+#define x_idlecursor 0
+#define y_idlecursor 4
+#define y_procs 6
+
+#define y_cpustates 2
OpenPOWER on IntegriCloud