summaryrefslogtreecommitdiffstats
path: root/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'layout.h')
-rw-r--r--layout.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/layout.h b/layout.h
index b0633de..b62b0dc 100644
--- a/layout.h
+++ b/layout.h
@@ -31,15 +31,13 @@
#define Y_MEM 3
#define X_DB 0
#define Y_DB 4
-#define X_IO 0
-#define Y_IO 5
#define X_SWAP 6
-#define Y_SWAP 6
-#define Y_MESSAGE 6
+#define Y_SWAP 5
+#define Y_MESSAGE 5
#define X_HEADER 0
-#define Y_HEADER 7
+#define Y_HEADER 6
#define X_IDLECURSOR 0
-#define Y_IDLECURSOR 6
-#define Y_PROCS 8
+#define Y_IDLECURSOR 5
+#define Y_PROCS 7
#endif /* _LAYOUT_H_ */