summaryrefslogtreecommitdiffstats
path: root/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'layout.h')
-rw-r--r--layout.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/layout.h b/layout.h
index aa946df..b62b0dc 100644
--- a/layout.h
+++ b/layout.h
@@ -4,6 +4,8 @@
* This file defines the default locations on the screen for various parts
* of the display. These definitions are used by the routines in "display.c"
* for cursor addressing.
+ *
+ * Portions Copyright (c) 2013 VMware, Inc. All Rights Reserved.
*/
#ifndef _LAYOUT_H_
@@ -27,13 +29,15 @@
#define Y_CPUSTATES 2
#define X_MEM 8
#define Y_MEM 3
+#define X_DB 0
+#define Y_DB 4
#define X_SWAP 6
-#define Y_SWAP 4
-#define Y_MESSAGE 4
+#define Y_SWAP 5
+#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
#endif /* _LAYOUT_H_ */