ubee: set display to 80x25
authorAlan Cox <alan@linux.intel.com>
Fri, 20 Apr 2018 12:31:02 +0000 (13:31 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 20 Apr 2018 12:31:02 +0000 (13:31 +0100)
Kernel/platform-ubee/config.h

index a6983fe..773050b 100644 (file)
@@ -26,9 +26,9 @@
 
 /* For now we don't support resizing */
 #define VT_WIDTH       80
-#define VT_HEIGHT      24
+#define VT_HEIGHT      25
 #define VT_RIGHT       79
-#define VT_BOTTOM      23
+#define VT_BOTTOM      24
 
 #define TICKSPERSEC 10     /* Ticks per second */
 #define PROGBASE    0x0000  /* Base of user  */