Index: Daodan/src/Oni_Symbols.h
===================================================================
--- Daodan/src/Oni_Symbols.h	(revision 985)
+++ Daodan/src/Oni_Symbols.h	(revision 986)
@@ -26,5 +26,5 @@
 // Command line instance
 #define COgCommandLine		(*((void**)0x00571b74))
-
+#define COgConsoleLines		(*((void**)0x005cb468))
 
 // Default console text color
Index: Daodan/src/patches/Patches.c
===================================================================
--- Daodan/src/patches/Patches.c	(revision 985)
+++ Daodan/src/patches/Patches.c	(revision 986)
@@ -123,5 +123,7 @@
 int16_t ONICALL DD_COrTextArea_Resize(void* inTextArea, UUtRect* inBounds, int16_t inNumTextEntries) {
 	if (inTextArea == COgCommandLine) {
-		inBounds->top -= 8;
+		inBounds->top -= 10;
+	} else if (inTextArea == COgConsoleLines) {
+		inBounds->bottom -= 10;
 	}
 	return Oni_COrTextArea_Resize(inTextArea, inBounds, inNumTextEntries);
