summaryrefslogtreecommitdiffstats
path: root/ui.c
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2010-08-31 02:26:53 +0200
committerYing Wang <wangying@google.com>2010-08-31 02:26:53 +0200
commit21f0f97ebabb47adcbfe8d38b02685f2019b4eb3 (patch)
treec05327d377d4acd0c410d5b04829fe54e0fe96dc /ui.c
parentmerge -s ours from froyo-release so that upgrading to gingerbread is a git fast-forward (diff)
downloadandroid_bootable_recovery-21f0f97ebabb47adcbfe8d38b02685f2019b4eb3.tar
android_bootable_recovery-21f0f97ebabb47adcbfe8d38b02685f2019b4eb3.tar.gz
android_bootable_recovery-21f0f97ebabb47adcbfe8d38b02685f2019b4eb3.tar.bz2
android_bootable_recovery-21f0f97ebabb47adcbfe8d38b02685f2019b4eb3.tar.lz
android_bootable_recovery-21f0f97ebabb47adcbfe8d38b02685f2019b4eb3.tar.xz
android_bootable_recovery-21f0f97ebabb47adcbfe8d38b02685f2019b4eb3.tar.zst
android_bootable_recovery-21f0f97ebabb47adcbfe8d38b02685f2019b4eb3.zip
Diffstat (limited to '')
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index 01a005f80..b8c6d1f26 100644
--- a/ui.c
+++ b/ui.c
@@ -77,7 +77,7 @@ static int gPagesIdentical = 0;
static char text[MAX_ROWS][MAX_COLS];
static int text_cols = 0, text_rows = 0;
static int text_col = 0, text_row = 0, text_top = 0;
-static int show_text = 0;
+static int show_text = 1;
static char menu[MAX_ROWS][MAX_COLS];
static int show_menu = 0;