summaryrefslogtreecommitdiffstats
path: root/ui.c
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2010-09-15 20:17:34 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-15 20:17:34 +0200
commit85bcf776e10ba0788346e3599c7a5d6c0aefa7fc (patch)
treecbb9f0e04184cb02027d556d84799d69227cf7c3 /ui.c
parentam 56c5105b: support for ext4/EMMC filesystems in updater binary (diff)
parent(cherry-pick) EMMC support in applypatch (diff)
downloadandroid_bootable_recovery-85bcf776e10ba0788346e3599c7a5d6c0aefa7fc.tar
android_bootable_recovery-85bcf776e10ba0788346e3599c7a5d6c0aefa7fc.tar.gz
android_bootable_recovery-85bcf776e10ba0788346e3599c7a5d6c0aefa7fc.tar.bz2
android_bootable_recovery-85bcf776e10ba0788346e3599c7a5d6c0aefa7fc.tar.lz
android_bootable_recovery-85bcf776e10ba0788346e3599c7a5d6c0aefa7fc.tar.xz
android_bootable_recovery-85bcf776e10ba0788346e3599c7a5d6c0aefa7fc.tar.zst
android_bootable_recovery-85bcf776e10ba0788346e3599c7a5d6c0aefa7fc.zip
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index 13df1696d..84a9b85c2 100644
--- a/ui.c
+++ b/ui.c
@@ -29,7 +29,7 @@
#include "minui/minui.h"
#include "recovery_ui.h"
-#define MAX_COLS 64
+#define MAX_COLS 96
#define MAX_ROWS 32
#define CHAR_WIDTH 10